Hi Guys need your help.
I am creating an Image via docker REST API.
The link mentioned for parameter fromSrc
following is the description :
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.
if anyone can suggest the meaning of to read the image from the request body
part and how we can test this