- 07 Ara, 2016 1 kayıt (commit)
-
-
Joffrey F yazdı
Makefile now runs tests against Docker 1.13 RC Signed-off-by:
Joffrey F <joffrey@docker.com>
-
- 06 Ara, 2016 1 kayıt (commit)
-
-
Joffrey F yazdı
Signed-off-by:
Joffrey F <joffrey@docker.com>
-
- 05 Ara, 2016 2 kayıt (commit)
-
-
Daniel Nephin yazdı
Signed-off-by:
Daniel Nephin <dnephin@gmail.com>
-
Ben Firshman yazdı
exec: fix running with detach=True
-
- 03 Ara, 2016 1 kayıt (commit)
-
-
Joffrey F yazdı
Fix auth config path on Windows
-
- 02 Ara, 2016 15 kayıt (commit)
-
-
Joffrey F yazdı
Start to rename docker-py to docker-sdk-python
-
Joffrey F yazdı
Add options to IPAMConfig
-
Joffrey F yazdı
Properly fill out auth headers in APIClient.build when using a credstore
-
Joffrey F yazdı
Use format_environment to convert env in ContainerSpec
-
Joffrey F yazdı
Signed-off-by:
Joffrey F <joffrey@docker.com>
-
https://github.com/walkerlee/docker-pyJoffrey F yazdı
Signed-off-by:
Joffrey F <joffrey@docker.com>
-
-
Joffrey F yazdı
Exclude requests==2.12.2 from dependencies
-
Aanand Prasad yazdı
The Engine client looks *only* at the USERPROFILE environment variable on Windows, so we should do that too. Signed-off-by:
Aanand Prasad <aanand.prasad@gmail.com>
-
Ben Firshman yazdı
Move ssladapter to transport module
-
Ben Firshman yazdı
Move config type creation from docker.utils functions to classes in docker.types
-
Joffrey F yazdı
Signed-off-by:
Joffrey F <joffrey@docker.com>
-
Joffrey F yazdı
a credentials store Signed-off-by:
Joffrey F <joffrey@docker.com>
-
Joffrey F yazdı
Signed-off-by:
Joffrey F <joffrey@docker.com>
-
Joffrey F yazdı
docker.types Signed-off-by:
Joffrey F <joffrey@docker.com>
-
- 01 Ara, 2016 1 kayıt (commit)
-
-
Ben Firshman yazdı
Show a helpful warning when people try to call `client.containers()`
-
- 30 Kas, 2016 2 kayıt (commit)
-
-
Joffrey F yazdı
Rename Client -> DockerClient
-
Joffrey F yazdı
Signed-off-by:
Joffrey F <joffrey@docker.com>
-
- 29 Kas, 2016 2 kayıt (commit)
-
-
Tomas Tomecek yazdı
Fixes #1271 Signed-off-by:
Tomas Tomecek <ttomecek@redhat.com>
-
Ben Firshman yazdı
Merge pull request #1277 from bodnarbm/do-not-traverse-ignored-directories-with-no-potential-exceptions Do not traverse excluded directories that are not prefixes of dockerignore exceptions.
-
- 28 Kas, 2016 15 kayıt (commit)
-
-
Joffrey F yazdı
Replace references to old Client with APIClient Moved contents of services.md to appropriate locations Signed-off-by:
Joffrey F <joffrey@docker.com>
-
Joffrey F yazdı
do not assume that read will consume the number of bytes requested
-
Joffrey F yazdı
Allow custom pid mode
-
Joffrey F yazdı
Remove MAINTAINER from Dockerfiles
-
Joffrey F yazdı
Add example for tag()
-
Joffrey F yazdı
Fix parsing for an environment file with newlines
-
Joffrey F yazdı
Signed-off-by:
Joffrey F <joffrey@docker.com>
-
Aanand Prasad yazdı
People upgrading to docker-py 2.0 without being aware of the new client API will likely try to call the old `containers()` method. This adds a helpful warning telling them to use APIClient to get the old API. Signed-off-by:
Aanand Prasad <aanand.prasad@gmail.com>
-
Stepan Stipl yazdı
Docker added support for sharing PID namespaces with other containers since version 1.12 (see https://github.com/docker/docker/pull/22481). Signed-off-by:
Stepan Stipl <stepan@stipl.net>
-
Jon Cotton yazdı
Fixes the new, purposely broken test added in the previous commit. Signed-off-by:
Jon Cotton <jc@finaltransfer.net>
-
Ben Firshman yazdı
Carrying #1120. Thanks @Faylixe! Signed-off-by:
Ben Firshman <ben@firshman.co.uk>
-
Joffrey F yazdı
Specify encoding when loading readme
-
Michael Merickel yazdı
The issue is that ``os.read`` does not always read the expected number of bytes, and thus we are moving to the next frame too early causing drift in the byte stream. When the reading drifts, it starts reading garbage as the next frame size. The some examples of frame sizes were 4032897957 bytes, etc. Values this large were causing the exceptions from ``os.read``. fixes #1211 Signed-off-by:
Michael Merickel <michael@merickel.org>
-
Joffrey F yazdı
Update setup.py and things
-
Ben Firshman yazdı
Remove support for host_config in Client.start
-