You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
5
+
**Warning:** This README is for the development version of the Docker SDK for
6
+
Python, which is significantly different to the stable version.
7
+
[Documentation for the stable version is here.](https://docker-py.readthedocs.io/)
7
8
8
-
Installation
9
-
------------
9
+
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.
10
10
11
-
The latest stable version is always available on PyPi.
11
+
## Installation
12
12
13
-
pip install docker-py
13
+
The latest stable version [is available on PyPi](https://pypi.python.org/pypi/docker/). Either add `docker` to your `requirements.txt` file or install with pip:
0 commit comments