blob: 5b851f0a4bc6abed766bfa1da85578167cf359ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# docker-py documentation
An API client for docker written in Python
## Installation
Our latest stable is always available on PyPi.
pip install docker-py
## Documentation
Full documentation is available in the `/docs/` directory.
## License
Docker is licensed under the Apache License, Version 2.0. See LICENSE for full license text
|