| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\
| |
| | |
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>
|
|\ \ \
| | | |
| | | | |
Client.logs(tail=0) now shows no past logs (expected behavior)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add test confirming the new behavior.
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \ \ \
| |/ / /
| | | | |
Support for build arguments
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Leonty Balovnev <tigreavecdesailes@gmail.com>
|
|\ \ \
| |_|/
|/| | |
Bump default API version to 1.21
|
|/ /
| |
| |
| |
| |
| |
| | |
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>
|
|\ \
| | |
| | | |
Use network_mode=bridge when testing links
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Links are only compatible with network mode bridge.
New versions of docker only create env entries when network mode
is properly set.
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \ \
| |/ /
|/| | |
Move container volume bind tests to their own class
|
| | |
| | |
| | |
| | | |
Signed-off-by: Corey O'Brien <coreypobrien@gmail.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>
|
|\ \ \
| |/ /
|/| | |
Support unicode commands
|
|/ /
| |
| |
| | |
Signed-off-by: Daniel Nephin <dnephin@gmail.com>
|
|\ \
| | |
| | | |
Reorganize tests
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
More clearly separate unit and integration tests
Allow splitting into multiple files
Cleaner
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \
| | |
| | | |
Update `Client.create_volume` to use new endpoint
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
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>
|
|\ \
| | |
| | | |
Fix Unix adapter bug with newer versions of requests
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|