Documentation only

This commit is contained in:
Nicolas Delaby 2013-12-05 20:11:17 +01:00
parent fd22860290
commit af22f285e8

View File

@ -109,6 +109,7 @@ You have those methods:
- start
- stop
- restart
- kill
- wait
- get_containers
@ -556,7 +557,7 @@ def create_container(image,
volumes_from=None,
*args, **kwargs):
'''
Get container diffs
Create a new container
image
image to create the container from
@ -739,7 +740,7 @@ def stop(container, timeout=10, *args, **kwargs):
ex::
{'id': 'abcdef123456789',
'status': True}
'status': True}
CLI Example: