| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\
| |
| | |
Implement swarm node removal
|
| |
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \
| | |
| | | |
Add attachable option in create_network
|
| | |
| | |
| | |
| | |
| | |
| | | |
Makefile now runs tests against Docker 1.13 RC
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Daniel Nephin <dnephin@gmail.com>
|
|\ \ \
| |/ /
|/| | |
Minimum version 1.24 -> 1.21
|
| |/
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \
| | |
| | | |
exec: fix running with detach=True
|
| | |
| | |
| | |
| | |
| | |
| | | |
Fixes #1271
Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
|
|\ \ \
| |_|/
|/| | |
Fix auth config path on Windows
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
|\ \ \
| | | |
| | | | |
Start to rename docker-py to docker-sdk-python
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Pretty much everything except renaming the GitHub repo and
documentation, which is not actually done yet. Nearer the release
we can do a search/replace for all that stuff.
Ref #1310
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
|\ \ \ \
| | | | |
| | | | | |
Add options to IPAMConfig
|
| | |/ /
| |/| |
| | | |
| | | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \ \ \
| | | | |
| | | | | |
Properly fill out auth headers in APIClient.build when using a credstore
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
a credentials store
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \ \ \ \
| |_|/ / /
|/| | | |
| | | | |
| | | | |
| | | | | |
manics-patch-1
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Simon Li <orpheus+devel@gmail.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Move ssladapter to transport module
|
| | |/ / /
| |/| | |
| | | | |
| | | | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | | |
docker.types
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \ \ \
| | | | |
| | | | | |
Show a helpful warning when people try to call `client.containers()`
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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>
|
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
Rename Client -> DockerClient
|
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | | |
Replace references to old Client with APIClient
Moved contents of services.md to appropriate locations
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
bodnarbm/do-not-traverse-ignored-directories-with-no-potential-exceptions
Do not traverse excluded directories that are not prefixes of dockerignore exceptions.
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
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>
|
|\ \ \ \
| | | | |
| | | | | |
do not assume that read will consume the number of bytes requested
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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>
|
|\ \ \ \
| | | | |
| | | | | |
Allow custom pid mode
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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>
|
|\ \ \ \
| | | | |
| | | | | |
Add example for tag()
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | | |
Carrying #1120. Thanks @Faylixe!
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
|\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | | |
bfirsh/fix-environment-variable-file-with-new-lines
Fix parsing for an environment file with newlines
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
Fixes the new, purposely broken test added in the previous commit.
Signed-off-by: Jon Cotton <jc@finaltransfer.net>
|
|\ \ \
| | | |
| | | | |
Update setup.py and things
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
|/ /
| |
| |
| |
| |
| |
| | |
Any additional arguments passed to start will raise a
DeprecatedMethod (DockerException) exception.
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \
| | |
| | | |
A new user-focused API
|
| | |
| | |
| | |
| | | |
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
| | |
| | |
| | |
| | |
| | |
| | | |
See #1086
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
| | |
| | |
| | |
| | |
| | |
| | | |
Just do Client(version='auto').
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|