docker-py
docker-py copied to clipboard
A Python library for the Docker Engine API
This is a small fix to reflect the real return type in `Container.top()` and `ContainerApiMixin.top()` methods. Fixes #2958
Adding support for EnableIPv4 for docker network with API 1.48 (source: https://docs.docker.com/reference/api/engine/version-history/#v148-api-changes) Equivalent to the command option `docker network create --ipv4`
`setup.py` is gone since #3207. Update the instructions accordingly.
## Rationale The docker inspect command allows clients to view the total file sizes of a container. This PR enables callers to pass the `size` argument while inspecting a container...
Hello, could you guys add `"pull"` to the lists `RUN_CREATE_KWARGS` or `RUN_HOST_CONFIG_KWARGS` so we can start/create a container with the pull-policy set? Thank you.
Make the tests runnable on SELinux enabled daemon. Otherwise I get failures like these: https://openqa.opensuse.org/tests/5393787/file/python_docker-integration.txt ``` =================================== FAILURES =================================== ___________________ VolumeBindTest.test_create_with_binds_ro ___________________ tests/integration/api_container_test.py:511: in setUp self.run_with_volume( tests/integration/api_container_test.py:636: in run_with_volume return...
Fixes ResourceWarnings in case the connection cannot be established.
Hello, I am currently using docker-py at the commit that adds https://github.com/docker/docker-py/pull/3270. This commit was published a few months ago but was never made part of a release. I'm noticing...
the underlying method used was removed in version 3.6.0, commit 2b2d711a5ba8be5cebe5913870c4dea1b9498af1