| 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>
|
|
|
|
| |
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>
|
|\
| |
| |
| | |
dimaspivak-master
|
| |
| |
| |
| |
| |
| | |
docker commit --changes was added to Docker in 1.6.0.
Signed-off-by: Dima Spivak <dima@spivak.ch>
|
|\ \ |
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
When set to True, this prevents creating more than one network with the same name (see https://docs.docker.com/engine/reference/api/docker_remote_api_v1.21/#create-a-network)
Signed-off-by: Gabriel Féron <feron.gabriel@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
UnixHTTPConnectionPool initialization error
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Vitaly Isaev <vitalyisaev2@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| | | | |
| | | | |
| | | | | |
Signed-off-by: Michael Sander <michael.sander@docketalarm.com>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Gzipping this tarball can greatly reduce the time it takes to send a docker file.
Signed-off-by: speedplane <mes65@cornell.edu>
|
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | | |
This can be used to make building much faster.
Signed-off-by: speedplane <mes65@cornell.edu>
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
bfirsh-from_env
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
A much neater way of getting started with docker-py.
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
| |_|/ /
|/| | |
| | | |
| | | | |
Signed-off-by: Aditya Marella <aditya.marella@gmail.com>
|
| |_|/
|/| |
| | |
| | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \ \
| | | |
| | | | |
Update default API version to 1.22
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Update engine version used for integration tests
IP address configuration tests needed tweaking
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
|
|/ /
| |
| |
| |
| |
| |
| | |
This adds support for the Tmpfs option introduced in Docker 1.10.
See: https://github.com/docker/docker/pull/13587
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
|
| |
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \ |
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Signed-off-by: Matt Daue <mattdaue@gmail.com>
- Implement check to validate API ver is >= 1.22 for new feature
- Includes patch @elchris82: Changed network in data dict to IPAMConfig as needed from the API. See https://github.com/docker/docker/issues/20732
- Update unit test for container attach to net
- Update integration tests
- Add integration test for IP setting
Signed-off-by: Matt Daue <mattdaue@gmail.com>
|
|/
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|
|
|
|
|
|
| |
Stream helper has the ability to decode the responses from strings to
JSON. This commit enables this functionality on push and pull operations.
Signed-off-by: Aleksandar Topuzovic <aleksandar.topuzovic@gmail.com>
|
|\
| |
| | |
Support for container limits update
|
| |
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |
| |
| |
| |
| |
| | |
for mem_limit, memswap_limit, kernel_memory and mem_reservation
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |
| |
| |
| |
| |
| | |
Allows user to update container limits in-flight.
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \
| | |
| | | |
Separate params stream and follow for logs.
|
| | |
| | |
| | |
| | |
| | |
| | | |
Closes #934
Signed-off-by: Stéphane Seguin <stephseguin93@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Daniel Nephin <dnephin@gmail.com>
|
|\ \ \
| |_|/
|/| | |
Format environment variables to match docker-cli.
|
| | |
| | |
| | |
| | | |
Signed-off-by: Daniel Nephin <dnephin@gmail.com>
|
|/ /
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Set `verify` to the CA cert path if one has been specified, rather
than `True`
- Don't set `assert_fingerprint`
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|/
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\
| |
| | |
Never exclude Dockerfile from the build context.
|
| |
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|