Add warning about development version to readme

Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
Ben Firshman 2016-11-23 18:07:33 +00:00
parent aafcf5a7fe
commit af67add683
No known key found for this signature in database
GPG Key ID: 18296449E36D2F1E
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
[![Build Status](https://travis-ci.org/docker/docker-py.png)](https://travis-ci.org/docker/docker-py)
**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/)
A Python library for the Docker API. It lets you do anything the `docker` command does, but from within Python apps run containers, manage containers, manage Swarms, etc.
## Installation