**Warning:** This readme is for the development version of docker-py, which is significantly different to the stable version. [Documentation for the stable version is here.](https://docker-py.readthedocs.io/)
**Warning:** This README is for the development version of the Docker SDK for
Python, which is significantly different to the stable version.
[Documentation for the stable version is here.](https://docker-py.readthedocs.io/)
A Python library for the Docker Engine API. It lets you do anything the `docker` command does, but from within Python apps – run containers, manage containers, manage Swarms, etc.
...
...
@@ -10,7 +12,7 @@ A Python library for the Docker Engine API. It lets you do anything the `docker`
The latest stable version [is available on PyPi](https://pypi.python.org/pypi/docker/). Either add `docker` to your `requirements.txt` file or install with pip: