docker-py/README.md

27 lines
826 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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