Skip to content

Commit 9a87f80

Browse files
committed
Docs fixes
Signed-off-by: Joffrey F <[email protected]>
1 parent 3aba34f commit 9a87f80

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

docker/models/containers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,7 @@ def run(self, image, command=None, stdout=True, stderr=False,
592592
- ``container:<name|id>`` Reuse another container's network
593593
stack.
594594
- ``host`` Use the host network stack.
595+
595596
Incompatible with ``network``.
596597
oom_kill_disable (bool): Whether to disable OOM killer.
597598
oom_score_adj (int): An integer value containing the score given

docs/images.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,16 @@ Image objects
2626

2727
.. autoclass:: Image()
2828

29-
.. py:attribute:: attrs
30-
.. autoattribute:: id
31-
.. autoattribute:: labels
32-
.. autoattribute:: short_id
33-
.. autoattribute:: tags
29+
.. py:attribute:: attrs
3430
3531
The raw representation of this object from the server.
3632

33+
.. autoattribute:: id
34+
.. autoattribute:: labels
35+
.. autoattribute:: short_id
36+
.. autoattribute:: tags
37+
38+
3739

3840
.. automethod:: history
3941
.. automethod:: reload

0 commit comments

Comments
 (0)