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
addecd49
Kaydet (Commit)
addecd49
authored
Eyl 11, 2013
tarafından
shin-
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Updated changelog
üst
e07e0599
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
1 deletion
+26
-1
ChangeLog.md
ChangeLog.md
+26
-0
client.py
docker/client.py
+0
-1
No files found.
ChangeLog.md
Dosyayı görüntüle @
addecd49
ChangeLog
=========
0.
2.0
-----
*
**This version introduces breaking changes!**
*
`Client.kill`
,
`Client.remove_container`
,
`Client.remove_image`
,
`Client.restart`
,
`Client.start`
,
`Client.stop`
and
`Client.wait`
don't support
varargs anymore.
*
Added commands
`Client.top`
and
`Client.copy`
*
Added
`lxc_conf`
parameter to
`Client.start`
*
Added support for authentication in
`Client.pull`
(API version >=1.5)
*
Added support for privileged containers.
*
Error management overhaul. The new version should be more consistent and
*
All methods that expected a container ID as argument now also support a dict
containing an
`Id`
key.
*
Added license header to python files.
*
Several
`README.md`
updates.
### Bugfixes
*
Fixed several bugs with auth config parsing.
*
Fixed a bug in
`Client.push`
where it would raise an exception if
the auth config wasn't loaded.
*
Fixed a bug in
`Client.pull`
where private registry images wouldn't be parsed
properly if it contained port information.
0.1.5
-----
...
...
docker/client.py
Dosyayı görüntüle @
addecd49
...
...
@@ -13,7 +13,6 @@
# limitations under the License.
import
json
import
logging
import
re
import
shlex
...
...
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