- 02 Ara, 2016 10 kayıt (commit)
-
-
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ı
Exclude requests==2.12.2 from dependencies
-
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 1 kayıt (commit)
-
-
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 22 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
-
Joffrey F yazdı
Any additional arguments passed to start will raise a DeprecatedMethod (DockerException) exception. Signed-off-by:
Joffrey F <joffrey@docker.com>
-
Ben Firshman yazdı
Signed-off-by:
Ben Firshman <ben@firshman.co.uk>
-
Ben Firshman yazdı
It was missing docker.models, and this will fix it forever more. Signed-off-by:
Ben Firshman <ben@firshman.co.uk>
-
Ben Firshman yazdı
Move from "docker-py" package to "docker". Signed-off-by:
Ben Firshman <ben@firshman.co.uk>
-
Ben Firshman yazdı
It's not the Docker API. Signed-off-by:
Ben Firshman <ben@firshman.co.uk>
-
Aanand Prasad yazdı
Add Ben to MAINTAINERS
-
Ben Firshman yazdı
Loading readme fails when system locale is not utf-8. Potentially replaces #1313 Signed-off-by:
Ben Firshman <ben@firshman.co.uk>
-
- 27 Kas, 2016 2 kayıt (commit)
-
-
Brandon Bodnar yazdı
Signed-off-by:
Brandon Bodnar <bodnarbm@gmail.com>
-
Brandon Bodnar yazdı
Fixes an issue where all files in a rather large excluded folder are traversed and examined when creating the build context for potential exception to the exclusion, even though the exclusion rule is for a completely unrelated folder. Signed-off-by:
Brandon Bodnar <bodnarbm@gmail.com>
-
- 24 Kas, 2016 1 kayıt (commit)
-
-
Ben Firshman yazdı
It was deprecated in https://github.com/docker/docker/pull/25466 (Sorry @shin- ;) Signed-off-by:
Ben Firshman <ben@firshman.co.uk>
-
- 23 Kas, 2016 1 kayıt (commit)
-
-
Joffrey F yazdı
Signed-off-by:
Joffrey F <joffrey@docker.com>
-