| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|
|
|
|
|
|
|
| |
.dockerignore. This causes an IndexError with patterns ending
with '**', e.g. 'subdir/**'. This adds a missing boundary check
before checking for trailing '/'.
Signed-off-by: Veli-Matti Lintu <veli-matti.lintu@nosto.com>
|
|
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|
|
|
| |
Signed-off-by: Jakub Goszczurny <szczurmys@o2.pl>
|
|
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\
| |
| | |
Update check_resource decorator to account for new resource names
|
| |
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|/
|
|
|
|
|
|
| |
In the case of a defined format with specific parts, a regular
expression with named capturing bits make reasoning about the
parts simpler than imlementing a parser from scratch.
Signed-off-by: kaiyou <pierre@jaury.eu>
|
|
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|
|
|
|
|
|
|
|
|
| |
"localhost:host_port:" case will raise TypeError exception directly
Catch the "TypeError" and give proper error message
* docker/utils/ports.py
Signed-off-by: Lei Gong <xue177125184@gmail.com>
|
|
|
|
| |
Signed-off-by: SeungJin Oh <crierr@naver.com>
|
|
|
|
| |
Signed-off-by: SeungJin Oh <crierr@naver.com>
|
|
|
|
| |
Signed-off-by: SeungJin Oh <crierr@naver.com>
|
|\
| |
| | |
Implement secrets API
|
| |
| |
| |
| | |
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>
|
|
|
|
| |
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>
|
| |
| |
| |
| |
| |
| | |
docker.types
Signed-off-by: Joffrey F <joffrey@docker.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>
|
|/ /
| |
| |
| |
| |
| | |
Fixes the new, purposely broken test added in the previous commit.
Signed-off-by: Jon Cotton <jc@finaltransfer.net>
|
| |
| |
| |
| |
| |
| | |
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>
|
|\ \
| | |
| | | |
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>
|
| |
| |
| |
| | |
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>
|
|\ \
| | |
| | | |
Do not break when calling format_environment with unicode values
|
| |/
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|