| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Replace references to old Client with APIClient
Moved contents of services.md to appropriate locations
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\
| |
| | |
Use SVG for build status badge
|
| |
| |
| |
| | |
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
|\ \
| |/
|/| |
Fix documentation link in readme
|
| |
| |
| |
| | |
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
| |
| |
| |
| | |
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
|/
|
|
|
|
|
|
|
| |
The rest of the readme is wrong until we release 2.0, but at
least the documentation points to the right place.
Closes #1302
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
|\
| |
| | |
A new user-focused API
|
| |
| |
| |
| | |
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
| |
| |
| |
| |
| |
| | |
Initial work thanks to @aanand.
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
| |
| |
| |
| |
| |
| | |
See #1086
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
| |
| |
| |
| | |
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
| |
| |
| |
| |
| |
| | |
CONTRIBUTING.md is the place that GitHub expects it to be.
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
| |
| |
| |
| | |
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
| |
| |
| |
| |
| |
| | |
So the cleanup stuff can be reused for model tests.
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
| |
| |
| |
| |
| |
| | |
For some reason this was spread across two files.
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
| |
| |
| |
| | |
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
| |
| |
| |
| | |
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
| |
| |
| |
| | |
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
| |
| |
| |
| |
| |
| | |
Just do Client(version='auto').
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
| |
| |
| |
| |
| |
| |
| | |
Because it's ancient. If you're still using it, you can use an old
version of docker-py.
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
| |
| |
| |
| | |
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
| |
| |
| |
| | |
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
| |
| |
| |
| | |
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
| |
| |
| |
| |
| |
| |
| | |
Implemented as just a warning. Actual removal of code will follow
sometime in the future.
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
|\ \
| |/
|/| |
Fix ContainerApiMixin.copy with dict container arg
|
|/
|
|
| |
Signed-off-by: biniambekele <biniambekele@users.noreply.github.com>
|
|\
| |
| | |
Add --rm to docker run in Makefile
|
|/
|
|
|
|
|
|
| |
So tests don't leave containers all over the place. The downside
is this makes it a bit harder to debug a test's filesystem -
you'll have to remove the "--rm" and run the test again.
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
|\
| |
| | |
Add support for isolation param in host config
|
| |
| |
| |
| | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|\ \
| | |
| | | |
Add support for passing healthcheck to create_container
|
| | |
| | |
| | |
| | | |
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
|
|/ /
| |
| |
| | |
Signed-off-by: Jamie Greeff <jamie@greeff.me>
|
|\ \
| | |
| | |
| | |
| | | |
TomasTomecek/1265-ssl-test-no-sslX-support-in-openssl
ssl,test: OpenSSL may not support ssl2
|
| | |
| | |
| | |
| | |
| | |
| | | |
Fixes #1265
Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
|
|\ \ \
| |/ /
|/| | |
Fix linting error
|
|/ /
| |
| |
| |
| |
| |
| | |
This seems to have been ignored by older versions of flake8, and fixed
in version 3.1.0 or 3.1.1.
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
|
|\ \
| | |
| | | |
Fix DriverConfig JSON key
|
|/ /
| |
| |
| |
| |
| | |
with first letter capital
Signed-off-by: bin liu <liubin0329@gmail.com>
|
|\ \
| | |
| | | |
Add labels and shmsize arguments to the image build
|
|/ /
| |
| |
| | |
Signed-off-by: Ryan Belgrave <Ryan.Belgrave@target.com>
|
|\ \
| | |
| | | |
Fix broken unit test
|
|/ /
| |
| |
| |
| |
| | |
Introduced by https://github.com/docker/docker-py/pull/1230
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
|
|\ \
| | |
| | | |
enable setting of node labels #1225
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Added update_node function to enable setting labels on nodes. This
exposes the Update a Node function from the Docker API and should
enable promoting/demoting manager nodes inside a swarm.
Signed-off-by: Nathan Shirlberg <nshirlberg@labattfood.com>
|
|\ \ \
| | | |
| | | | |
Fix several create_service arguments
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Joffrey F <joffrey@docker.com>
|