| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
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>
|
|\
| |
| | |
Docs examples
|
| |
| |
| |
| |
| |
| |
| |
| | |
* Use `cli = Client` everywhere
* Use Client.create_host_config method
* Added missing '>'s
Signed-off-by: Alasdair Nicol <alasdair@thenicols.net>
|
| |
| |
| |
| | |
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>
|
| |
| |
| |
| | |
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>
|
| |
| |
| |
| |
| |
| | |
Fixes #775
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |
| |
| |
| |
| |
| | |
Skips were masking some errors / compatibility issues
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>
|
| |
| |
| |
| |
| |
| | |
Also includes a few unit tests for utils.convert_volume_binds
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \
| | |
| | | |
Use DOCKER_CONFIG environment variable to look up auth config
|
| | |
| | |
| | |
| | |
| | |
| | | |
When provided, default paths are ignored.
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \ \
| | | |
| | | | |
1.5.0 release
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \ \
| |/ /
|/| | |
Use url-safe base64 when encoding auth header
|
|/ /
| |
| |
| |
| |
| | |
+ regression test
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \ |
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|/ /
| |
| |
| |
| |
| | |
Fixes #775
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |
| |
| |
| |
| |
| | |
Skips were masking some errors / compatibility issues
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \ |
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |\ \
|/ / /
| | |
| | | |
aanand-networking
|
| |/
| |
| |
| | |
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
|
|\ \
| |/
|/| |
Don't break when volume binds contain unicode characters
|
| |
| |
| |
| |
| |
| | |
Also includes a few unit tests for utils.convert_volume_binds
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \
| | |
| | | |
Fix race condition in integration regression tests
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
`docker port` and inspect do not return ports for containers which are
not running. Because the container command is `true`, sometimes that
exits before the inspect is called.
Signed-off-by: Paul Bellamy <paul.a.bellamy@gmail.com>
|
|\ \ \
| |/ /
|/| | |
Shorter stack traces in tests
|
| | |
| | |
| | |
| | | |
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
|
|\ \ \
| | | |
| | | | |
Allow to specify ps_args when listing processes
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Pierre Fersing <pierre.fersing@bleemeo.com>
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Pierre Fersing <pierre.fersing@bleemeo.com>
|
|\ \ \
| |_|/
|/| | |
Support explicit protocol in Client.port
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| | |
User can now specify a protocol in Client.port using the port/proto
syntax. Default port is now TCP instead of UDP (to match the
behavior of `docker port`) when no proto is specified.
Regression test
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \ |
|
| |/
| |
| |
| | |
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
|
| |\
|/ /
| | |
Support for cpu_quota and cpu_period
|
| |
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|/
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|