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
f2ad888e
Kaydet (Commit)
f2ad888e
authored
Ara 18, 2014
tarafından
Joffrey F
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Updated changelog
üst
6d658314
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
0 deletions
+37
-0
change_log.md
docs/change_log.md
+37
-0
No files found.
docs/change_log.md
Dosyayı görüntüle @
f2ad888e
Change Log
==========
0.
7.0
-----
### Breaking changes
*
Passing
`dns`
or
`volumes_from`
in
`Client.start`
with API version < 1.10
will now raise an exception (previously only triggered a warning)
### Features
*
Added support for
`host_config`
in
`Client.create_container`
*
Added utility method
`docker.utils.create_host_config`
to help build a
proper
`HostConfig`
dictionary.
*
Added support for the
`pull`
parameter in
`Client.build`
*
Added support for the
`forcerm`
parameter in
`Client.build`
*
Added support for
`extra_hosts`
in
`Client.start`
*
Added support for a custom
`timeout`
in
`Client.wait`
*
Added support for custom
`.dockercfg`
loading in
`Client.login`
(
`dockercfg_path`
argument)
### Bugfixes
*
Fixed a bug where some output wouldn't be streamed properly in streaming
chunked responses
*
Fixed a bug where the
`devices`
param didn't recognize the proper delimiter
*
`Client.login`
now properly expands the
`registry`
URL if provided.
*
Fixed a bug where unicode characters in passed for
`environment`
in
`create_container`
would break.
### Miscellaneous
*
Several unit tests and integration tests improvements.
*
`Client`
constructor now enforces passing the
`version`
parameter as a
string.
*
Build context files are now ordered by filename when creating the archive
(for consistency with docker mainline behavior)
0.
6.0
-----
*
**This version introduces breaking changes!**
...
...
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