Docker REST API:创建图像问题:需要参数 fromSrc 的帮助:
Docker REST API : Create Image issue : Need help for parameter fromSrc:
大家好,需要你们的帮助。
我正在通过 docker REST API.
创建图像
参数fromSrc
提到的link以下是说明:
fromSrc: Source to import. The value may be a URL from which the image can be retrieved or - to read the image from the request body. This parameter may only be used when importing an image.
如果有人可以建议 to read the image from the request body
部分的含义以及我们如何测试 this
to read the image from the request body
意味着您必须将您的图片作为 Json
放入您的请求正文中。
在这种情况下,URL 将如下所示 '.../images/create?fromSrc=-'
要对此进行测试,您可以使用 Restlet 客户端或 Postman,它们是 chrome 扩展,可让您构建带有正文的请求。
大家好,需要你们的帮助。
我正在通过 docker REST API.
创建图像参数fromSrc
提到的link以下是说明:
fromSrc: Source to import. The value may be a URL from which the image can be retrieved or - to read the image from the request body. This parameter may only be used when importing an image.
如果有人可以建议 to read the image from the request body
部分的含义以及我们如何测试 this
to read the image from the request body
意味着您必须将您的图片作为 Json
放入您的请求正文中。
在这种情况下,URL 将如下所示 '.../images/create?fromSrc=-'
要对此进行测试,您可以使用 Restlet 客户端或 Postman,它们是 chrome 扩展,可让您构建带有正文的请求。