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
7f55a101
Kaydet (Commit)
7f55a101
authored
Nis 04, 2014
tarafından
shin-
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bumped version to 0.3.1
üst
4ba47000
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
2 deletions
+25
-2
ChangeLog.md
ChangeLog.md
+23
-0
README.md
README.md
+1
-1
setup.py
setup.py
+1
-1
No files found.
ChangeLog.md
Dosyayı görüntüle @
7f55a101
ChangeLog
ChangeLog
=========
=========
0.
3.1
-----
*
Default API version is now 1.9
*
Streaming responses no longer yield blank lines.
*
`Client.create_container`
now supports the
`domainname`
parameter.
*
`volumes_from`
parameter in
`Client.create_container`
now supports
iterables.
*
Auth credentials are provided to the docker daemon when using
`Client.build`
(new feature in API version 1.9)
### Bugfixes
*
Various fixes for response streams (
`logs`
,
`pull`
, etc.).
*
Fixed a bug with
`Client.push`
when using API version < 1.5
*
Fixed a bug with API version checks.
### Miscellaneous
*
`mock`
has been removed from the runtime requirements.
*
Added installation instructions in the README.
0.
3.0
0.
3.0
-----
-----
...
...
README.md
Dosyayı görüntüle @
7f55a101
...
@@ -20,7 +20,7 @@ a Docker daemon, simply do:
...
@@ -20,7 +20,7 @@ a Docker daemon, simply do:
```
python
```
python
c
=
docker
.
Client
(
base_url
=
'unix://var/run/docker.sock'
,
c
=
docker
.
Client
(
base_url
=
'unix://var/run/docker.sock'
,
version
=
'1.
6
'
,
version
=
'1.
9
'
,
timeout
=
10
)
timeout
=
10
)
```
```
...
...
setup.py
Dosyayı görüntüle @
7f55a101
...
@@ -17,7 +17,7 @@ with open(requirements_file) as requirements_txt:
...
@@ -17,7 +17,7 @@ with open(requirements_file) as requirements_txt:
setup
(
setup
(
name
=
"docker-py"
,
name
=
"docker-py"
,
version
=
'0.3.
0
'
,
version
=
'0.3.
1
'
,
description
=
"Python client for Docker."
,
description
=
"Python client for Docker."
,
packages
=
[
'docker'
,
'docker.auth'
,
'docker.unixconn'
,
'docker.utils'
],
packages
=
[
'docker'
,
'docker.auth'
,
'docker.unixconn'
,
'docker.utils'
],
install_requires
=
requirements
+
test_requirements
,
install_requires
=
requirements
+
test_requirements
,
...
...
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