An API client for docker written in Python
Python Other
Latest commit 30644d8 Jul 22, 2016 @aanand aanand committed on GitHub Merge pull request #1133 from kmala/master
Add optional auth config to docker push
Failed to load latest commit information.
docker Add optional auth config to docker push Jul 22, 2016
docs Add optional auth config to docker push Jul 22, 2016
scripts Update release script. Bump to rc2 Mar 23, 2016
tests Add unit tests Jul 22, 2016
.coveragerc Add coverage Jul 11, 2014
.dockerignore Update mkdocs.yml to reference new Machine page. Mar 22, 2016
.editorconfig Add EditorConfig to the repo. Oct 22, 2015
.gitignore Basic release script Mar 22, 2016
.travis.yml support Python 3.5 May 19, 2016
CONTRIBUTING.md Convert readthedocs links for their .org -> .io migration for hosted … Jun 8, 2016
Dockerfile Different requirements.txt in Dockerfile-py3 Mar 29, 2016
Dockerfile-py3 update docs to py3.5 May 19, 2016
LICENSE Add Apache 2.0 License Aug 7, 2013
MAINTAINERS update maintainers file for parsing Dec 9, 2015
MANIFEST.in Add README.rst to MANIFEST Mar 23, 2016
Makefile Removed obsolete env var in integration-dind target command Apr 26, 2016
README.md Convert readthedocs links for their .org -> .io migration for hosted … Jun 8, 2016
docs-requirements.txt Added markdown docs Oct 24, 2014
mkdocs.yml Convert readthedocs links for their .org -> .io migration for hosted … Jun 8, 2016
pytest.ini Re-enable stdout/stderr capturing in tests Jan 25, 2016
requirements.txt Only install ipaddress if python version < 3.3 Apr 19, 2016
setup.cfg Basic release script Mar 23, 2016
setup.py npipe support cleanup Jun 2, 2016
test-requirements.txt support Python 3.5 May 19, 2016
tox.ini support Python 3.5 May 19, 2016
win32-requirements.txt pypiwin32 added to requirements Jun 2, 2016

README.md

docker-py

Build Status

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

Read the full documentation here. 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