Export an image
/v1.33
/v1.33
/v1.33
/v1.33
GET
/images/{name}/get
Image
name
is a specific name and tag (e.g. ubuntu:latest
), then only that image (and its parents) are returned. If name
is an image ID, similarly only that image (and its parents) are returned, but with the exclusion of the repositories
file in the tarball, as there were no image names referenced.Image tarball format
VERSION
: currently 1.0
- the file format versionjson
: detailed layer information, similar to docker inspect layer_id
layer.tar
: A tarfile containing the filesystem changes in this layerlayer.tar
file contains aufs
style .wh..wh.aufs
files and directories for storing attribute changes and deletions.repositories
file at the root that contains a list of repository and tag names mapped to layer IDs.{
"hello-world": {
"latest": "565a9d68a73f6706862bfe8409a7f659776d4d60a8d096eb4a3cbce6999cc2a1"
}
}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v1.33/images//get'
Response Response Example
200 - Example 1
{}
Request
Path Params
name
stringÂ
required
Responses
Modified at 2022-09-10 17:56:06