Merge "Add example for container commit"

This commit is contained in:
Jenkins 2017-10-09 07:18:39 +00:00 committed by Gerrit Code Review
commit 31bcfec4f8
2 changed files with 10 additions and 1 deletions

View File

@ -665,7 +665,7 @@ Commit a container
.. rest_method:: POST /v1/containers/{container_ident}/commit?tag={tag}&repository={repository}
Create a new image from a container's changes
Create a new image from a container's changes.
Response Codes
--------------
@ -697,6 +697,12 @@ Response
- image: image
Response Example
----------------
.. literalinclude:: samples/container-commit-resp.json
:language: javascript
Detach a network from a container
=================================

View File

@ -0,0 +1,3 @@
{
"uuid": "64281d85-e9a3-4c54-8d30-9ee72a596d8a"
}