summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoffrey F <joffrey@docker.com>2016-12-12 14:27:18 -0800
committerJoffrey F <joffrey@docker.com>2016-12-12 14:29:33 -0800
commitf008f344240b9e582f192ce20c9b122fcbeecf9a (patch)
treeec9f517176634c646cfe33471f6cc88b1aac40a0
parent7b8809eb07d200b120029476d6a7d77042eb3337 (diff)
downloaddocker-py-f008f344240b9e582f192ce20c9b122fcbeecf9a.tar.gz
Remove development version warning from README
Signed-off-by: Joffrey F <joffrey@docker.com>
-rw-r--r--README.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/README.md b/README.md
index 4230f30..d80d930 100644
--- a/README.md
+++ b/README.md
@@ -2,10 +2,6 @@
[![Build Status](https://travis-ci.org/docker/docker-py.svg?branch=master)](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.
## Installation