| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\
| |
| | |
Fix #1351
|
| |
| |
| |
| |
| |
| |
| |
| | |
* Fix TypeError when getting the tags property from an image that has
no tags. Ex: An image pulled by cryptohash. It is handled like when
the image doesn't have defined the RepoTags member.
Signed-off-by: Alejandro E. Brito Monedero <alejandro.monedero@gmail.com>
|
|\ \
| |/
|/| |
Make resources hashable, so that they can be added to `set`s
|
| |
| |
| |
| | |
Signed-off-by: Flavio Curella <flavio.curella@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \
| | |
| | |
| | |
| | |
| | | |
into dzimine-dz-fix-mount_options
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| | |
| | |
| | | |
Signed-off-by: Dmitri Zimine dz@stackstorm.com
|
|/ /
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|/
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\
| |
| | |
Implement swarm node removal
|
| |
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |
| |
| |
| |
| |
| | |
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>
|
|\ \
| | |
| | | |
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
|
| |\ \ \ \
| | |_|/ /
| |/| | |
| | | | |
| | | | |
| | | | | |
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>
|