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
2f2d50d0
Kaydet (Commit)
2f2d50d0
authored
Ock 18, 2016
tarafından
Joffrey F
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Merge pull request #898 from docker/https_docs_link
Update HTTPS docs link
üst
36e302cd
426f66af
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
errors.py
docker/errors.py
+2
-2
tls.py
docker/tls.py
+1
-1
No files found.
docker/errors.py
Dosyayı görüntüle @
2f2d50d0
...
@@ -80,8 +80,8 @@ class TLSParameterError(DockerException):
...
@@ -80,8 +80,8 @@ class TLSParameterError(DockerException):
def
__str__
(
self
):
def
__str__
(
self
):
return
self
.
msg
+
(
". TLS configurations should map the Docker CLI "
return
self
.
msg
+
(
". TLS configurations should map the Docker CLI "
"client configurations. See "
"client configurations. See "
"http
://docs.docker.com/examples/https/ for
"
"http
s://docs.docker.com/engine/articles/https/
"
"API details."
)
"
for
API details."
)
class
NullResource
(
DockerException
,
ValueError
):
class
NullResource
(
DockerException
,
ValueError
):
...
...
docker/tls.py
Dosyayı görüntüle @
2f2d50d0
...
@@ -13,7 +13,7 @@ class TLSConfig(object):
...
@@ -13,7 +13,7 @@ class TLSConfig(object):
ssl_version
=
None
,
assert_hostname
=
None
,
ssl_version
=
None
,
assert_hostname
=
None
,
assert_fingerprint
=
None
):
assert_fingerprint
=
None
):
# Argument compatibility/mapping with
# Argument compatibility/mapping with
# http
://docs.docker.com/examp
les/https/
# http
s://docs.docker.com/engine/artic
les/https/
# This diverges from the Docker CLI in that users can specify 'tls'
# This diverges from the Docker CLI in that users can specify 'tls'
# here, but also disable any public/default CA pool verification by
# here, but also disable any public/default CA pool verification by
# leaving tls_verify=False
# leaving tls_verify=False
...
...
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