| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
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>
|
| |\ \
| |/
|/| |
tmpfs support
|
| | |
| |
| |
| | |
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
|
| | |
| |
| |
| | |
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
|
| | |
| |
| |
| | |
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
|
| | |
| |
| |
| | |
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
|
| | |
| |
| |
| | |
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
|
| | |
| |
| |
| | |
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
|
| | |
| |
| |
| | |
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
|
| |/
|
|
|
|
|
| |
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>
|
| |\
| |
| | |
Fix enable_tls issue
|
| | |\
| |/
|/| |
|
| |\ \
| | |
| | | |
Invalid log driver error raised during create_container step
|
| |/ /
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |/
|
|
| |
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
|