| 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>
|
| |
| |
| |
| | |
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: 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>
|
|\
| |
| | |
Support for container limits update
|
| |
| |
| |
| | |
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>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Daniel Nephin <dnephin@gmail.com>
|
| |/
|/|
| |
| | |
Signed-off-by: Daniel Nephin <dnephin@gmail.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>
|
|\
| |
| | |
Never exclude Dockerfile from the build context.
|
| |
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|/
|
|
| |
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>
|
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
|/
|
|
|
|
|
| |
--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>
|
|
|
|
|
|
| |
(assume HTTPS)
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>
|
|\
| |
| | |
Handle 64-bit integer values in parse_bytes
|
| |
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|/
|
|
| |
Signed-off-by: Pavel Kravchenko <kpavel@il.ibm.com>
|
|
|
|
|
|
|
|
| |
Add unit tests for utils.parse_devices
Rewrite documentation
Support dict and string format for device declaration
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|
|
|
|
|
|
| |
- Use CamelCase
- `auxaddresses` -> `AuxiliaryAddresses`
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
|
|
|
|
| |
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
|
|\
| |
| | |
allow custom ipam options when creating networks
|
| |
| |
| |
| | |
Signed-off-by: Ryan Belgrave <rmb1993@gmail.com>
|
|/
|
|
|
|
|
|
| |
This is based on https://github.com/docker/docker/pull/18928
Related to docker/docker#18626
Signed-off-by: Wen Cheng Ma <wenchma@cn.ibm.com>
|
|
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\
| |
| | |
Don't descend into ignored directories when building context
|
| |
| |
| |
| | |
Signed-off-by: Thomas Boyt <thomas@ledgerx.com>
|
| |
| |
| |
| | |
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
|
| |
| |
| |
| |
| |
| |
| | |
The structure of the fake config dictionary was not reflective of what
actual parsed config looks like.
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Sumit Sahrawat <sumit.sahrawat.apm13@iitbhu.ac.in>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Following the spec:
http://docs.docker.com/engine/reference/api/docker_remote_api_v1.21/#create-a-network
I have added an Options argument to create_network.
This opens up the possibility of creating isolated containers with no
internet access programmatically. We require such facilities in
https://github.com/jupyter/tmpnb/issues/187.
Signed-off-by: Sumit Sahrawat <sumit.sahrawat.apm13@iitbhu.ac.in>
|
|\ \
| |/
|/| |
added stop_signal to create container config
|
| |
| |
| |
| | |
Signed-off-by: Jonathan Stewmon <jstewmon@rmn.com>
|
| |
| |
| |
| | |
Signed-off-by: Dustin Falgout <dustin@falgout.us>
|