Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨,伙计们需要你的帮助。
我正在通过 docker REST API 创建一个图像。
以下参数提到的链接fromSrc是描述:
fromSrc
fromSrc:要导入的源。该值可以是可以从中检索图像的 URL,或者 - 从请求正文中读取图像。此参数只能在导入图像时使用。
如果有人可以提出to read the image from the request body部分的含义以及我们如何测试它
to read the image from the request body
从请求正文中读取图像
意味着您必须将图像Json放入请求的正文中。
Json
在这种情况下,URL 将如下所示'.../images/create?fromSrc=-'
'.../images/create?fromSrc=-'
要对此进行测试,您可以使用 Restlet 客户端或 Postman,它们是 chrome 扩展,可让您使用正文构建请求。