summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Firshman <ben@firshman.co.uk>2016-11-23 18:07:33 +0000
committerBen Firshman <ben@firshman.co.uk>2016-11-23 18:07:33 +0000
commitaf67add6831825003c70f5e0de819b041fc71721 (patch)
tree9425a172ae79f4ead2c10605a21839323d7f2fa0 /README.md
parentaafcf5a7fe2a584e50a3e32ea502fb1988d404e1 (diff)
downloaddocker-py-af67add6831825003c70f5e0de819b041fc71721.tar.gz
Add warning about development version to readme
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 41453fa..fc0e3bc 100644
--- a/README.md
+++ b/README.md
@@ -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