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

A Python library for the Docker Engine API

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

API docs do not mention this parameter, but CLI and server supports it for 3 years now - https://github.com/moby/moby/commit/936b2c6afe490b562df4ebea854b116c3b40a9f5.

This pull request is based on #1767, and with tests fixed.

This allows a number of different scenarios, for example, in situations where the user running docker-py does not have permission to read the .docker/config.json file. I encountered this situation when...

Add image property to service. (Please be gentle this is my second git pull request ever :)

dco/no

Fixes #1808 by composing proper `errors.NotFound` object and raising it.

Have fixed the issue in #1809.

The explaination of the network_mode is confusing. It stated this parameter can only be one of 'bridge', 'none', 'container:', or 'host'. This statement is misleading. Network mode can be an...

To ensure that the cache from docker command client can be reused, we must clear group/user name as the docker client does. Together with golang/go#20150 this fixes #998 Signed-off-by: Lars...

I know there are discussions going on about `--ignore-file` flags for `docker build`, but for docker-py (and therefore docker-compose) it is quite easy to support. Is there a reason it's...