Import images Run in API Explorer
Load a set of images and tags into a repository.
For details on the format, see the export image endpoint.
POST
/images/load
curl \
--request POST 'http://api.example.com/v1.44/images/load' \
--header "Content-Type: application/x-tar" \
--data-binary '@file'
Response examples (500)
{
"message": "Something went wrong."
}
Response examples (500)
{
"message": "Something went wrong."
}