diff options
Diffstat (limited to 'docker/models/containers.py')
-rw-r--r-- | docker/models/containers.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/models/containers.py b/docker/models/containers.py index a674393..107a020 100644 --- a/docker/models/containers.py +++ b/docker/models/containers.py @@ -592,6 +592,7 @@ class ContainerCollection(Collection): - ``container:<name|id>`` Reuse another container's network stack. - ``host`` Use the host network stack. + Incompatible with ``network``. oom_kill_disable (bool): Whether to disable OOM killer. oom_score_adj (int): An integer value containing the score given |