- 28 Kas, 2016 9 kayıt (commit)
-
-
Michael Merickel yazdı
The issue is that ``os.read`` does not always read the expected number of bytes, and thus we are moving to the next frame too early causing drift in the byte stream. When the reading drifts, it starts reading garbage as the next frame size. The some examples of frame sizes were 4032897957 bytes, etc. Values this large were causing the exceptions from ``os.read``. fixes #1211 Signed-off-by:
Michael Merickel <michael@merickel.org>
-
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
-
- 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>
-
- 18 Kas, 2016 1 kayıt (commit)
-
-
Joffrey F yazdı
Add support for isolation param in host config
-
- 16 Kas, 2016 1 kayıt (commit)
-
-
Aanand Prasad yazdı
Add support for passing healthcheck to create_container
-