| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| | |
Signed-off-by: Fernando Mayo <fernando@docker.com>
|
|\ \
| |/
|/| |
Invoke self._result passing `json=True` when `decode=True`
|
| |
| |
| |
| | |
Signed-off-by: Massimiliano Pippi <massi@datadoghq.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>
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
E.g.
docker client
`/v1.21/images/localhost:5000/busybox/push?tag=`
docker-py
`/v1.21/images/localhost%3A5000%2Fbusybox/push`
Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
|
| | |
| | |
| | |
| | | |
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: Keerthan Reddy Mala <kmala@deis.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: David Gageot <david@gageot.net>
|
| | |
| | |
| | |
| | |
| | |
| | | |
Fixes #1102
Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
* Change test__set_auth_headers_* methods to test_set_auth_headers_*
Signed-off-by: Justin Michalicek <jmichalicek@gmail.com>
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Test that the request from build when the client has
auth configs contains the correct X-Registry-Config header
* Test that BuildApiMixin._set_auth_headers() updates the passed
in headers dict with auth data from the client
* Test that BuildApiMixin._set_auth_headers() leaves headers dict intact
when there is no _auth_config on the client.
Signed-off-by: Justin Michalicek <jmichalicek@gmail.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>
|
|/
|
|
| |
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>
|
|
|
|
| |
Signed-off-by: Kevin Frommelt <kevin.frommelt@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>
|
| |
| |
| |
| |
| |
| |
| |
| | |
The py2-ipaddress module unfortunately conflicts with the pypi:ipaddress module, which is in the dependency tree of widely used pyOpenSSL. I think it would be a good idea to use a well maintained backport of the Python 3.5 implementation of match_hostname() instead of duplicating the effort and maintain another.
All tests are passing here.
Signed-off-by: Felix Yan <felixonmars@archlinux.org>
|
| |
| |
| |
| | |
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>
|
|\ \
| | |
| | |
| | | |
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>
|
| |
| |
| |
| | |
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>
|
|\
| |
| | |
Support for container limits update
|
| |
| |
| |
| | |
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>
|
|/
|
|
|
|
|
|
|
| |
- 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>
|