| 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
|
| | |
| | |
| | |
| | | |
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>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Implemented as just a warning. Actual removal of code will follow
sometime in the future.
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
|/ /
| |
| |
| | |
Signed-off-by: biniambekele <biniambekele@users.noreply.github.com>
|
|\ \
| | |
| | | |
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: Jamie Greeff <jamie@greeff.me>
|
| |/
|/|
| |
| |
| |
| | |
with first letter capital
Signed-off-by: bin liu <liubin0329@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Ryan Belgrave <Ryan.Belgrave@target.com>
|
|\ \
| | |
| | | |
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>
|