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
62e22320
Kaydet (Commit)
62e22320
authored
Ock 31, 2017
tarafından
Joffrey F
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Reference new methods in docs
Signed-off-by:
Joffrey F
<
joffrey@docker.com
>
üst
83b45b7d
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
1 deletion
+5
-1
volume.py
docker/api/volume.py
+1
-1
containers.rst
docs/containers.rst
+1
-0
images.rst
docs/images.rst
+1
-0
networks.rst
docs/networks.rst
+1
-0
volumes.rst
docs/volumes.rst
+1
-0
No files found.
docker/api/volume.py
Dosyayı görüntüle @
62e22320
...
...
@@ -124,7 +124,7 @@ class VolumeApiMixin(object):
filters (dict): Filters to process on the prune list.
Returns:
(dict): A dict containing a list of deleted volume
ID
s and
(dict): A dict containing a list of deleted volume
name
s and
the amount of disk space reclaimed in bytes.
Raises:
...
...
docs/containers.rst
Dosyayı görüntüle @
62e22320
...
...
@@ -14,6 +14,7 @@ Methods available on ``client.containers``:
.. automethod:: create(image, command=None, **kwargs)
.. automethod:: get(id_or_name)
.. automethod:: list(**kwargs)
.. automethod:: prune
Container objects
-----------------
...
...
docs/images.rst
Dosyayı görüntüle @
62e22320
...
...
@@ -18,6 +18,7 @@ Methods available on ``client.images``:
.. automethod:: push
.. automethod:: remove
.. automethod:: search
.. automethod:: prune
Image objects
...
...
docs/networks.rst
Dosyayı görüntüle @
62e22320
...
...
@@ -13,6 +13,7 @@ Methods available on ``client.networks``:
.. automethod:: create
.. automethod:: get
.. automethod:: list
.. automethod:: prune
Network objects
-----------------
...
...
docs/volumes.rst
Dosyayı görüntüle @
62e22320
...
...
@@ -13,6 +13,7 @@ Methods available on ``client.volumes``:
.. automethod:: create
.. automethod:: get
.. automethod:: list
.. automethod:: prune
Volume objects
--------------
...
...
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