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
7e243049
Unverified
Kaydet (Commit)
7e243049
authored
May 19, 2016
tarafından
Thomas Grainger
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
update docs to py3.5
Signed-off-by:
Thomas Grainger
<
tom.grainger@procensus.com
>
üst
e0b9cb2a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
Dockerfile-py3
Dockerfile-py3
+1
-1
api.md
docs/api.md
+2
-2
tls.md
docs/tls.md
+1
-1
No files found.
Dockerfile-py3
Dosyayı görüntüle @
7e243049
FROM python:3.
4
FROM python:3.
5
MAINTAINER Joffrey F <joffrey@docker.com>
RUN mkdir /home/docker-py
...
...
docs/api.md
Dosyayı görüntüle @
7e243049
...
...
@@ -109,7 +109,7 @@ correct value (e.g `gzip`).
```
**Raises:**
[
TypeError
](
https://docs.python.org/3.
4
/library/exceptions.html#TypeError
)
if
`path`
nor
https://docs.python.org/3.
5
/library/exceptions.html#TypeError
)
if
`path`
nor
`fileobj`
are specified
## commit
...
...
@@ -207,7 +207,7 @@ of the created container in bytes) or a string with a units identification char
character, bytes are assumed as an intended unit.
`volumes_from`
and
`dns`
arguments raise
[
TypeError
](
https://docs.python.org/3.
4
/library/exceptions.html#TypeError
)
exception if
https://docs.python.org/3.
5
/library/exceptions.html#TypeError
)
exception if
they are used against v1.10 and above of the Docker remote API. Those
arguments should be passed as part of the
`host_config`
dictionary.
...
...
docs/tls.md
Dosyayı görüntüle @
7e243049
...
...
@@ -12,7 +12,7 @@ first.*
*
ca_cert (str): Path to CA cert file
*
verify (bool or str): This can be
`False`
or a path to a CA Cert file
*
ssl_version (int): A valid
[
SSL version
](
https://docs.python.org/3.
4
/library/ssl.html#ssl.PROTOCOL_TLSv1
)
https://docs.python.org/3.
5
/library/ssl.html#ssl.PROTOCOL_TLSv1
)
*
assert_hostname (bool): Verify hostname of docker daemon
### configure_client
...
...
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