mirror of https://github.com/docker/docker-py.git
The daemon already pings the registry, so doing it on our end is redundant and error-prone. The `insecure_registry` argument to `push()`, `pull()` and `login()` has been deprecated - in the latter case, it wasn't being used anyway. The `insecure` argument to `docker.auth.resolve_repository_name()` has also been deprecated. `docker.utils.ping_registry()` has been deprecated. `docker.auth.expand_registry_url()` has been removed. Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> |
||
|---|---|---|
| docker | ||
| docs | ||
| tests | ||
| .coveragerc | ||
| .dockerignore | ||
| .gitignore | ||
| .travis.yml | ||
| Dockerfile | ||
| LICENSE | ||
| MAINTAINERS | ||
| MANIFEST.in | ||
| Makefile | ||
| README.md | ||
| docs-requirements.txt | ||
| mkdocs.yml | ||
| 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
