mirror of https://github.com/docker/docker-py.git
27 lines
826 B
Markdown
27 lines
826 B
Markdown
docker-py
|
||
=========
|
||
|
||
[](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
|
||
------------
|
||
|
||
[](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
|