mirror of https://github.com/docker/docs.git
Merge pull request #25527 from thaJeztah/fix-image-load-api-docs
docs: add missing content-type header for image load (cherry picked from commit 5fd483695f8d5ffa297f40730f21031f629333e7) Signed-off-by: Tibor Vass <tibor@docker.com> Conflicts: docs/reference/api/docker_remote_api_v1.25.md
This commit is contained in:
parent
037ad1b174
commit
f558e71cd2
|
|
@ -1843,6 +1843,7 @@ See the [image tarball format](#image-tarball-format) for more details.
|
||||||
**Example request**
|
**Example request**
|
||||||
|
|
||||||
POST /images/load
|
POST /images/load
|
||||||
|
Content-Type: application/x-tar
|
||||||
|
|
||||||
Tarball in body
|
Tarball in body
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1924,6 +1924,7 @@ See the [image tarball format](#image-tarball-format) for more details.
|
||||||
**Example request**
|
**Example request**
|
||||||
|
|
||||||
POST /images/load
|
POST /images/load
|
||||||
|
Content-Type: application/x-tar
|
||||||
|
|
||||||
Tarball in body
|
Tarball in body
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2068,6 +2068,7 @@ See the [image tarball format](#image-tarball-format) for more details.
|
||||||
**Example request**
|
**Example request**
|
||||||
|
|
||||||
POST /images/load
|
POST /images/load
|
||||||
|
Content-Type: application/x-tar
|
||||||
|
|
||||||
Tarball in body
|
Tarball in body
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2219,6 +2219,7 @@ See the [image tarball format](#image-tarball-format) for more details.
|
||||||
**Example request**
|
**Example request**
|
||||||
|
|
||||||
POST /images/load
|
POST /images/load
|
||||||
|
Content-Type: application/x-tar
|
||||||
|
|
||||||
Tarball in body
|
Tarball in body
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2608,6 +2608,7 @@ See the [image tarball format](#image-tarball-format) for more details.
|
||||||
**Example request**
|
**Example request**
|
||||||
|
|
||||||
POST /images/load
|
POST /images/load
|
||||||
|
Content-Type: application/x-tar
|
||||||
|
|
||||||
Tarball in body
|
Tarball in body
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2653,6 +2653,7 @@ See the [image tarball format](#image-tarball-format) for more details.
|
||||||
**Example request**
|
**Example request**
|
||||||
|
|
||||||
POST /images/load
|
POST /images/load
|
||||||
|
Content-Type: application/x-tar
|
||||||
|
|
||||||
Tarball in body
|
Tarball in body
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2666,6 +2666,7 @@ See the [image tarball format](#image-tarball-format) for more details.
|
||||||
**Example request**
|
**Example request**
|
||||||
|
|
||||||
POST /images/load
|
POST /images/load
|
||||||
|
Content-Type: application/x-tar
|
||||||
|
|
||||||
Tarball in body
|
Tarball in body
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue