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):
- ``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
......
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