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
eea1271c
Kaydet (Commit)
eea1271c
authored
Nis 03, 2017
tarafından
Joffrey F
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Update mentions of the default API version in docs
Signed-off-by:
Joffrey F
<
joffrey@docker.com
>
üst
62a49196
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
client.py
docker/api/client.py
+1
-1
client.py
docker/client.py
+2
-2
No files found.
docker/api/client.py
Dosyayı görüntüle @
eea1271c
...
@@ -75,7 +75,7 @@ class APIClient(
...
@@ -75,7 +75,7 @@ class APIClient(
base_url (str): URL to the Docker server. For example,
base_url (str): URL to the Docker server. For example,
``unix:///var/run/docker.sock`` or ``tcp://127.0.0.1:1234``.
``unix:///var/run/docker.sock`` or ``tcp://127.0.0.1:1234``.
version (str): The version of the API to use. Set to ``auto`` to
version (str): The version of the API to use. Set to ``auto`` to
automatically detect the server's version. Default: ``1.2
4
``
automatically detect the server's version. Default: ``1.2
6
``
timeout (int): Default timeout for API calls, in seconds.
timeout (int): Default timeout for API calls, in seconds.
tls (bool or :py:class:`~docker.tls.TLSConfig`): Enable TLS. Pass
tls (bool or :py:class:`~docker.tls.TLSConfig`): Enable TLS. Pass
``True`` to enable it with default options, or pass a
``True`` to enable it with default options, or pass a
...
...
docker/client.py
Dosyayı görüntüle @
eea1271c
...
@@ -24,7 +24,7 @@ class DockerClient(object):
...
@@ -24,7 +24,7 @@ class DockerClient(object):
base_url (str): URL to the Docker server. For example,
base_url (str): URL to the Docker server. For example,
``unix:///var/run/docker.sock`` or ``tcp://127.0.0.1:1234``.
``unix:///var/run/docker.sock`` or ``tcp://127.0.0.1:1234``.
version (str): The version of the API to use. Set to ``auto`` to
version (str): The version of the API to use. Set to ``auto`` to
automatically detect the server's version. Default: ``1.2
4
``
automatically detect the server's version. Default: ``1.2
6
``
timeout (int): Default timeout for API calls, in seconds.
timeout (int): Default timeout for API calls, in seconds.
tls (bool or :py:class:`~docker.tls.TLSConfig`): Enable TLS. Pass
tls (bool or :py:class:`~docker.tls.TLSConfig`): Enable TLS. Pass
``True`` to enable it with default options, or pass a
``True`` to enable it with default options, or pass a
...
@@ -58,7 +58,7 @@ class DockerClient(object):
...
@@ -58,7 +58,7 @@ class DockerClient(object):
Args:
Args:
version (str): The version of the API to use. Set to ``auto`` to
version (str): The version of the API to use. Set to ``auto`` to
automatically detect the server's version. Default: ``1.2
4
``
automatically detect the server's version. Default: ``1.2
6
``
timeout (int): Default timeout for API calls, in seconds.
timeout (int): Default timeout for API calls, in seconds.
ssl_version (int): A valid `SSL version`_.
ssl_version (int): A valid `SSL version`_.
assert_hostname (bool): Verify the hostname of the server.
assert_hostname (bool): Verify the hostname of the server.
...
...
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