| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.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
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | | |
walkerlee-master
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Walker Lee <walkerlee.tw@gmail.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>
|
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
Signed-off-by: Brandon Bodnar <bodnarbm@gmail.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
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>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Remove MAINTAINER from Dockerfiles
|
| | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
It was deprecated in https://github.com/docker/docker/pull/25466
(Sorry @shin- ;)
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>
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | | |
Any additional arguments passed to start will raise a
DeprecatedMethod (DockerException) exception.
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| | |
| | |
| | |
| | | |
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>
|
| | |
| | |
| | |
| | |
| | |
| | | |
So the cleanup stuff can be reused for model tests.
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
| | |
| | |
| | |
| | |
| | |
| | | |
For some reason this was spread across two files.
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>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Because it's ancient. If you're still using it, you can use an old
version of docker-py.
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>
|
|\ \ \
| | | |
| | | | |
Add support for isolation param in host config
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Jamie Greeff <jamie@greeff.me>
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
TomasTomecek/1265-ssl-test-no-sslX-support-in-openssl
ssl,test: OpenSSL may not support ssl2
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | | |
Fixes #1265
Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | | |
This seems to have been ignored by older versions of flake8, and fixed
in version 3.1.0 or 3.1.1.
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Ryan Belgrave <Ryan.Belgrave@target.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
Introduced by https://github.com/docker/docker-py/pull/1230
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
|\ \ \
| | | |
| | | | |
enable setting of node labels #1225
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Added update_node function to enable setting labels on nodes. This
exposes the Update a Node function from the Docker API and should
enable promoting/demoting manager nodes inside a swarm.
Signed-off-by: Nathan Shirlberg <nshirlberg@labattfood.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|