docker-py icon indicating copy to clipboard operation
docker-py copied to clipboard

A Python library for the Docker Engine API

Results 284 docker-py issues
Sort by recently updated
recently updated
newest added

Requests with stream=True MUST be closed or else the connection will never be returned to the connection pool. Both ContainerApiMixin.attach and ExecApiMixin.exec_start were leaking in the stream=False case. exec_start was...

According to https://docs.docker.com/config/containers/start-containers-automatically/ there is also an option of using `unless-stopped` as one of Docker restart policies, this seems to be not an option with docker-py as it's missing from...

dco/no

Fixes the issue described, tested and reproduced in https://github.com/docker/compose/issues/6018

dco/no

Fixes #2278 because poll does not have select's builtin limit of 1024 descriptors This pr does not contain any updates to tests although it probably should. I'm also not 100%...

The links at container creation don't work. The option is added at the HostConfig level but this has not effect. The links should be added at the NetworkConfig level. This...

In container logs , return is bytes or generator iterator of output bytes , not string , the comments is error.

dco/no

Swarmkit services' removal will soon become asynchronous (see https://github.com/moby/moby/pull/38525); that is, a service will only actually get deleted once all of its containers are shut down. This patch changes service...

Same problem then in issue #2025 but with configs