| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|
|
|
|
|
| |
with ERROR_PIPE_BUSY
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\
| |
| | |
Several fixes to npipe support
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Fix _get_raw_response_socket to always return the NpipeSocket object
- Override NpipeHTTPConnectionPool._get_conn to avoid crash in urllib3
- Fix NpipeSocket.recv_into for Python 2
- Do not call select() on NpipeSocket objects
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \
| | |
| | | |
Do not break when calling format_environment with unicode values
|
| |/
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \
| | |
| | | |
Remove trailing slashes in result of utils.parse_host
|
| |/
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|/
|
|
| |
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
|
|
|
| |
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
|