| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| | |
Signed-off-by: Hannes Ljungberg <hannes@5monkeys.se>
|
|\ \
| |/
|/| |
Update some test dependencies / default values with newer versions
|
| |
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \
| | |
| | | |
Return node id on swarm init
|
| | |
| | |
| | |
| | | |
Signed-off-by: Hannes Ljungberg <hannes@5monkeys.se>
|
|\ \ \
| | | |
| | | | |
Add support for swarm DataPathAddr
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Hannes Ljungberg <hannes@5monkeys.se>
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Hannes Ljungberg <hannes@5monkeys.se>
|
|\ \ \
| |_|/
|/| | |
Make dockerpycreds part of the SDK under docker.credentials
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |/
|/|
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \
| |/
|/| |
Remove init_path from create
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This option was never functional, and was not intended
to be added to the "container create" API, so let's
remove it, because it has been removed in Docker 17.05,
and was broken in versions before that; see
- https://github.com/moby/moby/issues/32355 --init-path does not seem to work
- https://github.com/moby/moby/pull/32470 remove --init-path from client
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
|
|\ \
| |/
|/| |
Add support for setting init on services
|
| |
| |
| |
| | |
Signed-off-by: Hannes Ljungberg <hannes@5monkeys.se>
|
| |
| |
| |
| | |
Signed-off-by: Ulysses Souza <ulysses.souza@docker.com>
|
|\ \
| |/
|/| |
add ports to containers
|
| |
| |
| |
| | |
Signed-off-by: Ulysses Souza <ulysses.souza@docker.com>
|
| |
| |
| |
| | |
Signed-off-by: Karl Kuehn <kuehn.karl@gmail.com>
|
| |
| |
| |
| |
| |
| |
| |
| | |
This fix lets the responsability of changing the
protocol to `parse_host` afterwards, letting
`base_url` with the original value.
Signed-off-by: Ulysses Souza <ulysses.souza@docker.com>
|
|/
|
|
|
|
| |
This test is quite flaky on ssl integration test
Signed-off-by: Ulysses Souza <ulysses.souza@docker.com>
|
|\
| |
| | |
Move volume_driver to RUN_HOST_CONFIG_KWARGS
|
| |
| |
| |
| |
| |
| | |
Fixes #2271
Signed-off-by: Hannes Ljungberg <hannes@5monkeys.se>
|
|\ \
| | |
| | | |
Redux added arguments to create a swarm with a custom address pool and subnet size.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The integration tests require restarting the swarm once for each
test. I had done so manually with self.init_swarm(force_new_cluster=True)
but that wasn't resetting the swarm state correctly. The usual
test teardown procedure cleans up correctly.
Signed-off-by: Barry Shapira <barry@whiterabbit.ai>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Also corrected a documentation error: the default API version from
constants is currently 1.35, not 1.30 as was sometimes listed.
Signed-off-by: Barry Shapira <barry@whiterabbit.ai>
Removed accidental whitespace.
Signed-off-by: Barry Shapira <barry@whiterabbit.ai>
|
| |/
| |
| |
| | |
Signed-off-by: Barry Shapira <barry@whiterabbit.ai>
|
|\ \
| | |
| | | |
Avoid race condition on short execution
|
| |/
| |
| |
| |
| |
| |
| |
| | |
- Add a sleep of 2 seconds to be sure the logs
can be requested before the daemon removes the
container when run with auto_remove=True
Signed-off-by: Ulysses Souza <ulysses.souza@docker.com>
|
| |
| |
| |
| | |
Signed-off-by: Hannes Ljungberg <hannes@5monkeys.se>
|
|/
|
|
| |
Signed-off-by: Hannes Ljungberg <hannes@5monkeys.se>
|
|
|
|
| |
Signed-off-by: Hannes Ljungberg <hannes@5monkeys.se>
|
|
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|
|
|
|
|
|
|
|
|
|
| |
This test was testing for a 500 status, but this status
is actually a bug in the API (as it's due to an invalid
request), and the API should actually return a 400 status.
To make this test handle both situations, relax the test
to accept either a 4xx or 5xx status.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
|
|
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|
|
|
|
|
| |
This is to avoid a breaking change
Signed-off-by: Corentin Henry <corentinhenry@gmail.com>
|
|
|
|
| |
Signed-off-by: Corentin Henry <corentinhenry@gmail.com>
|
|
|
|
| |
Signed-off-by: Corentin Henry <corentinhenry@gmail.com>
|
|
|
|
|
|
| |
the _cfg attribute does not exist anymore
Signed-off-by: Corentin Henry <corentinhenry@gmail.com>
|
|
|
|
| |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\
| |
| | |
Modernize auth management
|
| |
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
| |
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|