| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Also ensure we are able to handle 64-bit integers in py2
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: Joffrey F <joffrey@docker.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>
|
|\ \ \
| |_|/
|/| | |
Allow utils.tar to take an existing file object.
|
| | |
| | |
| | |
| | | |
Signed-off-by: dlorenc <lorenc.d@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Dustin Falgout <dustin@falgout.us>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Added tests for the new methods.
Closes #840
Signed-off-by: Dustin Falgout <dustin@falgout.us>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Dustin Falgout <dustin@falgout.us>
|
| |/
|/|
| |
| | |
Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
|
|/
|
|
|
|
| |
https://docs.docker.com/engine/reference/api/docker_remote_api_v1.21/#list-volumes
Signed-off-by: Nicolas Delaby <nicolas.delaby@lock8.me>
|
|\
| |
| | |
1.6.0 release
|
| |
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \
| | |
| | | |
Update repo name resolution method
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
More relaxed version that matches the constraints imposed by the
current version of the docker daemon.
Few unit tests to verify the new cases.
Client.pull was trying to set the tag value when it wasn't supposed
to, fixed now.
utils.parse_repository_tag is simpler and supports @sha... notation
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \
| |/
|/| |
Ensure assert_hostname is set on the pool connection
|
| |
| |
| |
| |
| |
| |
| |
| | |
If you have assert_hostname turned off and are using a proxy on your
computer then assert_hostname wasn't being properly set on the pool
connection and it was failing to connect to docker
Signed-off-by: Stephen Moore <stephen@delfick.com>
|
|\ \
| | |
| | |
| | | |
schu-oom-kill-disable-pr
|
| |/
| |
| |
| | |
Signed-off-by: Michael Schubert <schu@schu.io>
|
|\ \
| | |
| | | |
Fix #627
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Docker-py couldn't pull private images if the account have non ascii chars
in either user or password. It that case an exception ending with no auth
credentials.
Instead docker client (golang) don't suffer this issue.
Also add a test to check the login or password even with non ascii char have
a valid auth dictionary
Signed-off-by: Alejandro Brito Monedero <abrito@alea-soluciones.com>
|
|\ \ \
| | | |
| | | | |
Add support for non-stream stats of containers
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Adds one more flag to the `stats` method for streaming responses.
Keeps default as streamed response for backwards compatibility.
Signed-off-by: Antonis Kalipetis <akalipetis@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
Add support for MemorySwappiness to client.create_host_config()
|
| | |/ /
| |/| |
| | | |
| | | | |
Signed-off-by: Dustin Falgout <dustin@falgout.us>
|
|\ \ \ \
| | | | |
| | | | | |
Support the 'since' option in the 'containers/<id>/logs' endpoint (API upgrade)
|
| |\ \ \ \
| | |/ / /
| | | | |
| | | | | |
Signed-off-by: Viacheslav Boiko <v.e.boyko@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Viacheslav Boiko <v.e.boyko@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Add test confirming the new behavior.
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |_|_|/
|/| | |
| | | |
| | | | |
Signed-off-by: Leonty Balovnev <tigreavecdesailes@gmail.com>
|
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | | |
Update Makefile to run tests against dind 1.9.0
Update network tests to account for latest API changes
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \ \
| | | |
| | | | |
Fix auth.load_config bug calling parse_auth
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When load_config found and auths section it didn't call parse_auth only with
the auths section. Instead it called parse_auth with all the configuration.
There is also a test to check this case
Signed-off-by: Alejandro Brito Monedero <alejandro.monedero@gmail.com>
|
|/ /
| |
| |
| | |
Signed-off-by: Daniel Nephin <dnephin@gmail.com>
|
| |
| |
| |
| |
| |
| |
| |
| | |
New API endpoint is POST /volumes/create (previously just /volumes)
Since the feature is yet unreleased (RC), no fallback strategy is
implemented.
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The select_proxy utility in requests errors out when the provided URL
doesn't have a hostname, like is the case when using a UNIX socket.
Since proxies are an irrelevant notion in the case of UNIX sockets
anyway, we simply return the path URL directly.
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |
| |
| |
| | |
Signed-off-by: Stephen Moore <stephen@delfick.com>
|
| |
| |
| |
| |
| |
| | |
When provided, default paths are ignored.
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |
| |
| |
| |
| |
| | |
+ regression test
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|