| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
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>
|
|\ \
| | |
| | | |
include unit test data in dist tarball
|
|/ /
| |
| |
| |
| |
| | |
Fixes #976
Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
|
|\ \
| |/
|/| |
Use protocol TLS v1.0 by default when none is set.
|
|/
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\
| |
| | |
Updated stat networks print output
|
|/
|
|
| |
<marshyski@gmail.com>
|
|\
| |
| | |
Use decode on push and pull operations.
|
|/
|
|
|
|
|
| |
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>
|
| |
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |
| |
| |
| | |
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>
|
|\ \ \
| | | |
| | | | |
Fix env vars with empty values
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Daniel Nephin <dnephin@gmail.com>
|
|\ \ \
| | | |
| | | | |
Format environment variables to match docker-cli.
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Daniel Nephin <dnephin@gmail.com>
|
|\ \ \ \
| |_|_|/
|/| | | |
Readme improvements
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
It's a little thing, but this made me hesitate before clicking the
link because I thought I would be going to the Read the Docs
home page, not the docker-py documentation.
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
|/ /
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \
| | |
| | | |
Prepare 1.7.2 release
|
|/ /
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \
| | |
| | | |
Fix TLS regressions
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| | |
- 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>
|
|\ \
| |/
|/| |
1.7.1 release
|
| |
| |
| |
| | |
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>
|
|\ \
| |/
|/| |
Don't break when parsing unknown config keys
|
|/
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ |
|
| |\
|/ /
| |
| | |
keloyang-VolumeBind
|
| |
| |
| |
| | |
Signed-off-by: yangshukui <yangshukui@huawei.com>
|
|\ \
| | |
| | | |
Remove obsolete SSL version computation
|
| |/
| |
| |
| |
| |
| |
| |
| | |
Recent versions of urllib3 (including the one packaged by requests)
will automatically reject SSLv2/3.
Additional test to check urllib3's behavior (mostly for release/packaging)
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \
| | |
| | | |
Re-write kwargs_from_env to handle TLS options better
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
This more closely matches the way the docker client interprets the
relevant environment variables. Among other things, it's now possible to
set DOCKER_TLS_VERIFY=false.
Signed-off-by: Mike Dougherty <mike.dougherty@docker.com>
|
|\ \
| | |
| | | |
Add support for shm_size.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
--shm-size was added to Docker in 1.10 via docker/docker#16168. See
docker/compose#2823 for more details.
Signed-off-by: Spencer Rinehart <anubis@overthemonkey.com>
|
|/ /
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|