mirror of https://github.com/docker/docker-py.git
parent
3aba34fd08
commit
9a87f80f85
|
@ -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
|
||||
|
|
|
@ -26,14 +26,16 @@ Image objects
|
|||
|
||||
.. autoclass:: Image()
|
||||
|
||||
.. py:attribute:: attrs
|
||||
.. autoattribute:: id
|
||||
.. autoattribute:: labels
|
||||
.. autoattribute:: short_id
|
||||
.. autoattribute:: tags
|
||||
.. py:attribute:: attrs
|
||||
|
||||
The raw representation of this object from the server.
|
||||
|
||||
.. autoattribute:: id
|
||||
.. autoattribute:: labels
|
||||
.. autoattribute:: short_id
|
||||
.. autoattribute:: tags
|
||||
|
||||
|
||||
|
||||
.. automethod:: history
|
||||
.. automethod:: reload
|
||||
|
|
Loading…
Reference in New Issue