- 28 Kas, 2016 11 kayıt (commit)
-
-
Stepan Stipl yazdı
Docker added support for sharing PID namespaces with other containers since version 1.12 (see https://github.com/docker/docker/pull/22481). Signed-off-by:
Stepan Stipl <stepan@stipl.net>
-
Joffrey F yazdı
Specify encoding when loading readme
-
Joffrey F yazdı
Update setup.py and things
-
Ben Firshman yazdı
Remove support for host_config in Client.start
-
Joffrey F yazdı
Any additional arguments passed to start will raise a DeprecatedMethod (DockerException) exception. Signed-off-by:
Joffrey F <joffrey@docker.com>
-
Ben Firshman yazdı
Signed-off-by:
Ben Firshman <ben@firshman.co.uk>
-
Ben Firshman yazdı
It was missing docker.models, and this will fix it forever more. Signed-off-by:
Ben Firshman <ben@firshman.co.uk>
-
Ben Firshman yazdı
Move from "docker-py" package to "docker". Signed-off-by:
Ben Firshman <ben@firshman.co.uk>
-
Ben Firshman yazdı
It's not the Docker API. Signed-off-by:
Ben Firshman <ben@firshman.co.uk>
-
Aanand Prasad yazdı
Add Ben to MAINTAINERS
-
Ben Firshman yazdı
Loading readme fails when system locale is not utf-8. Potentially replaces #1313 Signed-off-by:
Ben Firshman <ben@firshman.co.uk>
-
- 23 Kas, 2016 9 kayıt (commit)
-
-
Joffrey F yazdı
Signed-off-by:
Joffrey F <joffrey@docker.com>
-
Joffrey F yazdı
Use SVG for build status badge
-
Joffrey F yazdı
Fix documentation link in readme
-
Ben Firshman yazdı
Signed-off-by:
Ben Firshman <ben@firshman.co.uk>
-
Ben Firshman yazdı
Signed-off-by:
Ben Firshman <ben@firshman.co.uk>
-
Ben Firshman yazdı
Signed-off-by:
Ben Firshman <ben@firshman.co.uk>
-
Ben Firshman yazdı
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>
-
Joffrey F yazdı
A new user-focused API
-
Joffrey F yazdı
Fix ContainerApiMixin.copy with dict container arg
-
- 22 Kas, 2016 18 kayıt (commit)
-
-
biniambekele yazdı
Signed-off-by:
biniambekele <biniambekele@users.noreply.github.com>
-
Ben Firshman yazdı
Signed-off-by:
Ben Firshman <ben@firshman.co.uk>
-
Ben Firshman yazdı
Initial work thanks to @aanand. Signed-off-by:
Ben Firshman <ben@firshman.co.uk>
-
Ben Firshman yazdı
See #1086 Signed-off-by:
Ben Firshman <ben@firshman.co.uk>
-
Ben Firshman yazdı
Signed-off-by:
Ben Firshman <ben@firshman.co.uk>
-
Ben Firshman yazdı
CONTRIBUTING.md is the place that GitHub expects it to be. Signed-off-by:
Ben Firshman <ben@firshman.co.uk>
-
Ben Firshman yazdı
Signed-off-by:
Ben Firshman <ben@firshman.co.uk>
-
Ben Firshman yazdı
So the cleanup stuff can be reused for model tests. Signed-off-by:
Ben Firshman <ben@firshman.co.uk>
-
Ben Firshman yazdı
For some reason this was spread across two files. Signed-off-by:
Ben Firshman <ben@firshman.co.uk>
-
Ben Firshman yazdı
Signed-off-by:
Ben Firshman <ben@firshman.co.uk>
-
Ben Firshman yazdı
Signed-off-by:
Ben Firshman <ben@firshman.co.uk>
-
Ben Firshman yazdı
Signed-off-by:
Ben Firshman <ben@firshman.co.uk>
-
Ben Firshman yazdı
Just do Client(version='auto'). Signed-off-by:
Ben Firshman <ben@firshman.co.uk>
-
Ben Firshman yazdı
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>
-
Ben Firshman yazdı
Signed-off-by:
Ben Firshman <ben@firshman.co.uk>
-
Ben Firshman yazdı
Signed-off-by:
Ben Firshman <ben@firshman.co.uk>
-
Ben Firshman yazdı
Signed-off-by:
Ben Firshman <ben@firshman.co.uk>
-
Ben Firshman yazdı
Implemented as just a warning. Actual removal of code will follow sometime in the future. Signed-off-by:
Ben Firshman <ben@firshman.co.uk>
-
- 21 Kas, 2016 2 kayıt (commit)
-
-
Joffrey F yazdı
Add --rm to docker run in Makefile
-
Ben Firshman yazdı
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>
-