mirror of https://github.com/docker/docker-py.git
27 lines
700 B
Markdown
27 lines
700 B
Markdown
docker-py
|
|
=========
|
|
|
|
[](https://travis-ci.org/docker/docker-py)
|
|
|
|
An API client for docker written in Python
|
|
|
|
Installation
|
|
------------
|
|
|
|
Our latest stable is always available on PyPi.
|
|
|
|
pip install docker-py
|
|
|
|
Documentation
|
|
------------
|
|
|
|
[](https://readthedocs.org/projects/docker-py/?badge=latest)
|
|
|
|
Full documentation is hosted on [ReadTheDocs](http://docker-py.readthedocs.org/en/latest/).
|
|
Sources are available in the `docs/` directory.
|
|
|
|
|
|
License
|
|
-------
|
|
Docker is licensed under the Apache License, Version 2.0. See LICENSE for full license text
|