mirror of https://github.com/docker/docker-py.git
Remove development version warning from README
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
7b8809eb07
commit
f008f34424
|
|
@ -2,10 +2,6 @@
|
||||||
|
|
||||||
[](https://travis-ci.org/docker/docker-py)
|
[](https://travis-ci.org/docker/docker-py)
|
||||||
|
|
||||||
**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.
|
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.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue