Add example for container commit

This patch adds missing example for container commit.

Change-Id: Iac31e55882b66258aa201b17718d9889834b7766
Depends-on: I250b743d8adc6cd6b41039bb3431eff35c4c030c
This commit is contained in:
miaohb 2017-09-28 04:22:46 -07:00
parent d4ac683a6b
commit e657c7a142
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"
}