mirror of https://github.com/docker/docker-py.git
This seems to have been ignored by older versions of flake8, and fixed in version 3.1.0 or 3.1.1. Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> |
||
---|---|---|
docker | ||
docs | ||
scripts | ||
tests | ||
.coveragerc | ||
.dockerignore | ||
.editorconfig | ||
.gitignore | ||
.travis.yml | ||
CONTRIBUTING.md | ||
Dockerfile | ||
Dockerfile-docs | ||
Dockerfile-py3 | ||
LICENSE | ||
MAINTAINERS | ||
MANIFEST.in | ||
Makefile | ||
README.md | ||
docs-requirements.txt | ||
mkdocs.yml | ||
pytest.ini | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini | ||
win32-requirements.txt |
README.md
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
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