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
14d81d96
Kaydet (Commit)
14d81d96
authored
Şub 04, 2017
tarafından
Joffrey F
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Plugins API documentation
Signed-off-by:
Joffrey F
<
joffrey@docker.com
>
üst
39f6a89b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
39 additions
and
0 deletions
+39
-0
client.rst
docs/client.rst
+1
-0
index.rst
docs/index.rst
+1
-0
plugins.rst
docs/plugins.rst
+37
-0
No files found.
docs/client.rst
Dosyayı görüntüle @
14d81d96
...
...
@@ -19,6 +19,7 @@ Client reference
.. autoattribute:: images
.. autoattribute:: networks
.. autoattribute:: nodes
.. autoattribute:: plugins
.. autoattribute:: services
.. autoattribute:: swarm
.. autoattribute:: volumes
...
...
docs/index.rst
Dosyayı görüntüle @
14d81d96
...
...
@@ -84,6 +84,7 @@ That's just a taste of what you can do with the Docker SDK for Python. For more,
images
networks
nodes
plugins
services
swarm
volumes
...
...
docs/plugins.rst
0 → 100644
Dosyayı görüntüle @
14d81d96
Plugins
=======
.. py:module:: docker.models.plugins
Manage plugins on the server.
Methods available on ``client.plugins``:
.. rst-class:: hide-signature
.. py:class:: PluginCollection
.. automethod:: get
.. automethod:: install
.. automethod:: list
Plugin objects
--------------
.. autoclass:: Plugin()
.. autoattribute:: id
.. autoattribute:: short_id
.. autoattribute:: name
.. autoattribute:: enabled
.. autoattribute:: settings
.. py:attribute:: attrs
The raw representation of this object from the server.
.. automethod:: configure
.. automethod:: disable
.. automethod:: enable
.. automethod:: reload
.. automethod:: push
.. automethod:: remove
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