docker-py 1.10.6
0
Python client for Docker.
Contents
Python client for Docker.
Stars: 6795, Watchers: 6795, Forks: 1668, Open Issues: 489The docker/docker-py
repo was created 11 years ago and the last code push was 1 weeks ago.
The project is extremely popular with a mindblowing 6795 github stars!
How to Install docker-py
You can install docker-py using pip
pip install docker-py
or add it to a project with poetry
poetry add docker-py
Package Details
- Author
- Joffrey F
- License
- UNKNOWN
- Homepage
- https://github.com/docker/docker-py/
- PyPi:
- https://pypi.org/project/docker-py/
- GitHub Repo:
- https://github.com/docker/docker-py
Classifiers
- Utilities
Related Packages
Errors
A list of common docker-py errors.
Code Examples
Here are some docker-py
code examples and snippets.
GitHub Issues
The docker-py package has 489 open issues on GitHub
- Bump pywin32 version in setup.py, update in requirements.txt
- Create/run container with image defined with SDK
- refactoring code with Dictionary Comprehension
- test_create_with_device_cgroup_rules: don't check devices.list
- CreateContainerTest::test_create_with_device_cgroup_rules fails on cgroups v2
- New(er) Alpine builds of ruby have permission issue installing bundler when running Docker-in-Docker
- Fix "Error connecting: 'SSHHTTPAdapter' object has no attribute 'ssh_conf'"
- I do not see the log
- Passing secrets to
client.containers.run()
- Implementation of compose v2 into this library
- Fix for adding static code analyzes to PR and merge process
- Fix for CWE-295: Improper Certificate Validation
- Use
packaging
instead ofdistutils
forVersion
- Support cgroupns option in containers.run/containers.create
- Add
gzip
documentation toBuildApiMixin