Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
D
docker-py
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
docker-py
Commits
9a87f80f
Kaydet (Commit)
9a87f80f
authored
Şub 01, 2018
tarafından
Joffrey F
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Docs fixes
Signed-off-by:
Joffrey F
<
joffrey@docker.com
>
üst
3aba34fd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
containers.py
docker/models/containers.py
+1
-0
images.rst
docs/images.rst
+7
-5
No files found.
docker/models/containers.py
Dosyayı görüntüle @
9a87f80f
...
@@ -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
...
...
docs/images.rst
Dosyayı görüntüle @
9a87f80f
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment