mirror of https://github.com/docker/docker-py.git
More relaxed version that matches the constraints imposed by the current version of the docker daemon. Few unit tests to verify the new cases. Client.pull was trying to set the tag value when it wasn't supposed to, fixed now. utils.parse_repository_tag is simpler and supports @sha... notation Signed-off-by: Joffrey F <joffrey@docker.com> |
||
|---|---|---|
| docker | ||
| docs | ||
| tests | ||
| .coveragerc | ||
| .dockerignore | ||
| .editorconfig | ||
| .gitignore | ||
| .travis.yml | ||
| CONTRIBUTING.md | ||
| Dockerfile | ||
| Dockerfile-py3 | ||
| LICENSE | ||
| MAINTAINERS | ||
| MANIFEST.in | ||
| Makefile | ||
| README.md | ||
| docs-requirements.txt | ||
| mkdocs.yml | ||
| pytest.ini | ||
| requirements.txt | ||
| setup.py | ||
| test-requirements.txt | ||
| tox.ini | ||
README.md
docker-py
An API client for docker written in Python
Installation
Our latest stable is always available on PyPi.
pip install docker-py
Documentation
Full documentation is hosted on ReadTheDocs.
Sources are available in the docs/ directory.
License
Docker is licensed under the Apache License, Version 2.0. See LICENSE for full license text
