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
0f1bd817
Kaydet (Commit)
0f1bd817
authored
Şub 13, 2015
tarafından
Joffrey F
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
1.0.0 changelog
üst
2c60e67d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
0 deletions
+29
-0
change_log.md
docs/change_log.md
+29
-0
No files found.
docs/change_log.md
Dosyayı görüntüle @
0f1bd817
Change Log
==========
1.
0.0
-----
### Features
*
Added new
`Client.rename`
method (
`docker rename`
)
*
Added now
`Client.stats`
method (
`docker stats`
)
*
Added
`read_only`
param support to
`utils.create_host_config`
and
`Client.start`
(
`docker run --read-only`
)
*
Added
`pid_mode`
param support to
`utils.create_host_config`
and
`Client.start`
(
`docker run --pid='host'`
)
*
Added
`since`
,
`until`
and
`filters`
params to
`Client.events`
.
*
Added
`decode`
parameter to
`Client.stats`
and
`Client.events`
to decode
JSON objects on the fly (False by default).
### Bugfixes
*
Fixed a bug that caused
`Client.build`
to crash when the provided source was
a remote source.
### Miscellaneous
*
Default API version has been bumped to 1.17 (Docker Engine 1.5.0)
*
`Client.timeout`
is now a public attribute, and users are encouraged to use it
when request timeouts need to be changed at runtime.
*
Added
`Client.api_version`
as a read-only property.
*
The
`memswap_limit`
argument in
`Client.create_container`
now accepts string
type values similar to
`mem_limit`
('6g', '120000k', etc.)
*
Improved documentation
0.
7.2
-----
...
...
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