mirror of https://github.com/docker/docker-py.git
Improved description
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
parent
cdca7da3a2
commit
d86f8a0342
|
@ -3,12 +3,12 @@ docker-py
|
||||||
|
|
||||||
[](https://travis-ci.org/docker/docker-py)
|
[](https://travis-ci.org/docker/docker-py)
|
||||||
|
|
||||||
An API client for docker written in Python
|
A Python library for the Docker Remote API. It does everything the `docker` command does, but from within Python – run containers, manage them, pull/push images, etc.
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|
||||||
Our latest stable is always available on PyPi.
|
The latest stable version is always available on PyPi.
|
||||||
|
|
||||||
pip install docker-py
|
pip install docker-py
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue