Kaydet (Commit) 9a87f80f authored tarafından Joffrey F's avatar Joffrey F

Docs fixes

Signed-off-by: 's avatarJoffrey F <joffrey@docker.com>
üst 3aba34fd
...@@ -592,6 +592,7 @@ class ContainerCollection(Collection): ...@@ -592,6 +592,7 @@ class ContainerCollection(Collection):
- ``container:<name|id>`` Reuse another container's network - ``container:<name|id>`` Reuse another container's network
stack. stack.
- ``host`` Use the host network stack. - ``host`` Use the host network stack.
Incompatible with ``network``. Incompatible with ``network``.
oom_kill_disable (bool): Whether to disable OOM killer. oom_kill_disable (bool): Whether to disable OOM killer.
oom_score_adj (int): An integer value containing the score given oom_score_adj (int): An integer value containing the score given
......
...@@ -26,14 +26,16 @@ Image objects ...@@ -26,14 +26,16 @@ Image objects
.. autoclass:: Image() .. autoclass:: Image()
.. py:attribute:: attrs .. py:attribute:: attrs
.. autoattribute:: id
.. autoattribute:: labels
.. autoattribute:: short_id
.. autoattribute:: tags
The raw representation of this object from the server. The raw representation of this object from the server.
.. autoattribute:: id
.. autoattribute:: labels
.. autoattribute:: short_id
.. autoattribute:: tags
.. automethod:: history .. automethod:: history
.. automethod:: reload .. automethod:: reload
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment