| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|
|
|
|
|
|
|
|
|
| |
This resolves an issue where TarFile.gettarinfo() doesn't include the
file object, meaning that TarFile.addfile(TarFile.gettarinfo()) doesn't
pass the test suite. Instead, this uses an open() within a try...except
block to include a file object for each file without passing a file
object when the path is a directory.
Signed-off-by: Christian Bundy <christianbundy@fraction.io>
|
|
|
|
|
|
|
|
|
|
|
| |
The build context is tarred up on the client and then sent to the Docker
daemon. However Windows permissions don't match the Unix ones.
Therefore we have to mark all files as executable when creating a build
context on Windows, like `docker build` already does:
https://github.com/docker/docker/issues/11047.
Signed-off-by: Sebastian Schwarz <seschwar@gmail.com>
|
|
|
|
|
|
|
| |
* Complete main LICENSE
* Remove unnecessary licenses from individual files
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
|\
| |
| | |
Support pids_limit in HostConfig
|
| |\
| | |
| | |
| | | |
aiden0z-master
|
| | |
| | |
| | |
| | | |
Signed-off-by: Aiden Luo <aiden0xz@gmail.com>
|
|/ /
| |
| |
| | |
Signed-off-by: Fernando Mayo <fernando@docker.com>
|
| |
| |
| |
| | |
Signed-off-by: Kay Yan <kay.yan@daocloud.io>
|
|\ \
| | |
| | |
| | | |
srikalyan-master
|
| | |
| | |
| | |
| | | |
Signed-off-by: Srikalyan Swayampakula <srikalyansswayam@gmail.com>
|
|\ \ \
| | | |
| | | |
| | | | |
joshpurvis-jp-cpushares
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Josh Purvis <joshua.purvis@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
Implemented dns_opt support (from api 1.21)
|
| |/ / /
| | | |
| | | |
| | | | |
Signed-off-by: George Lester <glester491@gmail.com>
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | | |
Tests and docs updated to match
docker.utils.types has been moved to docker.types
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
Closes #1144
Signed-off-by: Jari Takkala <jtakkala@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| | |
| | |
| | |
| | | |
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>
|
|\
| |
| | |
Add support for Block IO constraints in HostConfig
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This adds support for Block IO constraint options:
- blkio-weight
- blkio-weight-device
- device-read-bps
- device-write-bps
- device-read-iops
- device-write-iops
Signed-off-by: yunzhu-li <contact@yunzhu.li>
|
|\ \
| | |
| | | |
npipe support
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |/
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|/
|
|
|
|
| |
Update networks documentation with exhaustive API docs
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|
|
|
| |
Signed-off-by: Thomas Grainger <tom.grainger@procensus.com>
|
|
|
|
| |
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
|
|\
| |
| | |
makes it possible to have '=' in the env file
|
| |
| |
| |
| |
| |
| | |
note that the docker command line flag --env-file also allows '=' in the env file
Signed-off-by: Kristian Lewis Jones <klj613@kristianlewisjones.com>
|
| |
| |
| |
| |
| |
| | |
This can be used to make building much faster.
Signed-off-by: speedplane <mes65@cornell.edu>
|
| |
| |
| |
| | |
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>
|
|
|
|
| |
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>
|
|\
| |
| | |
Support for container limits update
|
| |
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.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>
|
|
|
|
| |
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>
|
|
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|
|
|
|
|
| |
(assume HTTPS)
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|
|
|
| |
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
|