| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\
| |
| | |
Add support for restart policy update
|
| |
| |
| |
| | |
Signed-off-by: Maxime Feron <maxime.feron@corp.ovh.com>
|
|\ \
| | |
| | | |
replace on_failure with on-failure
|
| |/
| |
| |
| |
| | |
Signed-off-by: 徐俊杰<roollingstone@gmail.com>
Signed-off-by: XuPaco <roollingstone@gmail.com>
|
|\ \
| |/
|/| |
Adjust test_create_network_with_ipam_config
|
|/
|
|
|
|
|
| |
- to account for API change: IPAM class will now
also include a Data class, besides Config.
Signed-off-by: Alessandro Boch <aboch@docker.com>
|
|\
| |
| | |
Synthesize execute permission bit
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This resolves an issue where TarFile.gettarinfo() doesn't include the
file object, meaning that TarFile.addfile(TarFile.gettarinfo()) doesn't
pass the test suite. Instead, this uses an open() within a try...except
block to include a file object for each file without passing a file
object when the path is a directory.
Signed-off-by: Christian Bundy <christianbundy@fraction.io>
|
|/
|
|
|
|
|
|
|
|
|
| |
The build context is tarred up on the client and then sent to the Docker
daemon. However Windows permissions don't match the Unix ones.
Therefore we have to mark all files as executable when creating a build
context on Windows, like `docker build` already does:
https://github.com/docker/docker/issues/11047.
Signed-off-by: Sebastian Schwarz <seschwar@gmail.com>
|
|\ |
|
| |\
| | |
| | | |
1.10.3 release
|
| | |
| | |
| | |
| | |
| | |
| | | |
Default increased from 10 to 25
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |/
| |
| |
| |
| |
| | |
Update Changelog
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |\
| | |
| | | |
1.10.2 release
|
| |/
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |\
| | |
| | | |
1.10.1 release
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |/
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \
| | |
| | | |
Add support for identity tokens in config file
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \ \
| | | |
| | | | |
Fix a few pep8 issues
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
autopep8 --in-place --recursive --experimental -aaa --ignore E309 .
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
|\ \ \ \
| | | | |
| | | | | |
Makefile improvements
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
make integration-test file=models_services_test.py
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
|\ \ \ \
| | |/ /
| |/| | |
Number of pools in adapter is configurable
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Default increased from 10 to 25
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \ \ \
| | | | |
| | | | | |
Parse JSON API errors
|
| | |/ /
| |/| |
| | | |
| | | | |
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
|\ \ \ \
| |/ / /
|/| | | |
Ignore not in swarm error when force leaving
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Real errors were getting swallowed in these tests, producing
other confusing cascading errors. This makes it much easier to
make sure a node is not in a Swarm, while also handling other
errors correctly.
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
|\ \ \
| |/ /
|/| | |
Re-add docker.utils.types module for backwards compatibility
|
|/ /
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|/
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\
| |
| | |
1.10.0 release
|
| |
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |\
| | |
| | | |
Remove default adapters when connecting through a unix socket.
|
| |/
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |\
| | |
| | | |
Add .PHONY for each makefile instruction
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Makes it much easier to keep this maintained properly. See also:
http://clarkgrubb.com/makefile-style-guide#phony-targets
Replaces #1164
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
| |\
| | |
| | | |
Handle bufsize < 0 in makefile() as a substitute for default
|
| |/
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |\
| | |
| | | |
Fix unit test which doesn't do anything
|
| |/
| |
| |
| |
| |
| |
| | |
It also overrode the fake API inspect endpoint with a broken
response.
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
| |\
| | |
| | | |
Add support for changes in import_image*
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |/
| |
| |
| |
| |
| | |
Reduce code duplication in import_image* methods
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |\
| | |
| | | |
Add credentials store support
|