| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|
|
|
|
|
| |
requests's HTTPAdapter API is pool_connections for number of connection of the pool
Signed-off-by: Pierre Tardy <tardyp@gmail.com>
|
|
|
|
| |
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
|\
| |
| | |
Add support for restart policy update
|
| |
| |
| |
| | |
Signed-off-by: Maxime Feron <maxime.feron@corp.ovh.com>
|
|/
|
|
|
| |
Signed-off-by: 徐俊杰<roollingstone@gmail.com>
Signed-off-by: XuPaco <roollingstone@gmail.com>
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|\
| |
| | |
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>
|
|\ \ \
| | |/
| |/| |
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>
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
|/
|
|
| |
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>
|
|
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|
|
|
|
|
| |
Reduce code duplication in import_image* methods
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|
|
|
|
|
|
| |
* Complete main LICENSE
* Remove unnecessary licenses from individual files
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
|
|
|
|
|
| |
any() expects a single collection argument, not a list of arguments.
Signed-off-by: Joel Martin <github@martintribe.org>
|
|
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|
|
|
|
|
| |
Tests + docs
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\
| |
| | |
Support version parameter in `Client.from_env`
|
| |
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \
| | |
| | | |
Support pids_limit in HostConfig
|
| |\ \
| | |/
| |/|
| | | |
aiden0z-master
|
| | |
| | |
| | |
| | | |
Signed-off-by: Aiden Luo <aiden0xz@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Fernando Mayo <fernando@docker.com>
|
|\ \ \
| |/ /
|/| | |
Invoke self._result passing `json=True` when `decode=True`
|
| | |
| | |
| | |
| | | |
Signed-off-by: Massimiliano Pippi <massi@datadoghq.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Kay Yan <kay.yan@daocloud.io>
|
|\ \ \
| | | |
| | | |
| | | | |
srikalyan-master
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Srikalyan Swayampakula <srikalyansswayam@gmail.com>
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
joshpurvis-jp-cpushares
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Josh Purvis <joshua.purvis@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
E.g.
docker client
`/v1.21/images/localhost:5000/busybox/push?tag=`
docker-py
`/v1.21/images/localhost%3A5000%2Fbusybox/push`
Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
1059-Fixing a bug with multiple json objects
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This splits the text by CRLF and then json.loads each part
independently instead of attempting the parse the whole string.
Signed-off-by: Tristan Escalada <tristan@escalada.us>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Implemented dns_opt support (from api 1.21)
|
| | |/ / / /
| |/| | | |
| | | | | |
| | | | | | |
Signed-off-by: George Lester <glester491@gmail.com>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Refactor auth header computation
Add tasks methods and documentation.
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The class can be used for both log driver and volume driver specs. Use
a name that reflects this.
Signed-off-by: Joffrey F <joffrey@docker.com>
|