diff options
Diffstat (limited to 'docker/api/container.py')
-rw-r--r-- | docker/api/container.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/api/container.py b/docker/api/container.py index efcae9b..482b7b6 100644 --- a/docker/api/container.py +++ b/docker/api/container.py @@ -457,6 +457,8 @@ class ContainerApiMixin(object): :py:meth:`create_container`. Args: + auto_remove (bool): enable auto-removal of the container on daemon + side when the container's process exits. binds (dict): Volumes to bind. See :py:meth:`create_container` for more information. blkio_weight_device: Block IO weight (relative device weight) in |