summaryrefslogtreecommitdiff
path: root/README.md
blob: 0a70968da0e3890e0dc063387474ecf88dfeedc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
docker-py
=========

[![Build Status](https://travis-ci.org/docker/docker-py.png)](https://travis-ci.org/docker/docker-py)

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
------------

The latest stable version is always available on PyPi.

    pip install docker-py

Documentation
------------

[![Documentation Status](https://readthedocs.org/projects/docker-py/badge/?version=latest)](https://readthedocs.org/projects/docker-py/?badge=latest)

[Read the full documentation here](http://docker-py.readthedocs.org/en/latest/).
The source is available in the `docs/` directory.


License
-------
Docker is licensed under the Apache License, Version 2.0. See LICENSE for full license text