mirror of https://github.com/docker/docker-py.git
Fixes #498 Allowing `Dockerfile` and `.dockerignore` in the exclusion filter completely breaks the build on docker < 1.5 In Docker 1.5 these entries are treated as special cases when included in the .dockerignore and are still sent as part of the context. The daemon ends up excluding them from any `ADD`, `COPY`, and cache validation. Signed-off-by: Brian Goff <cpuguy83@gmail.com> |
||
---|---|---|
docker | ||
docs | ||
tests | ||
.coveragerc | ||
.dockerignore | ||
.gitignore | ||
.travis.yml | ||
Dockerfile | ||
LICENSE | ||
MANIFEST.in | ||
Makefile | ||
README.md | ||
docs-requirements.txt | ||
mkdocs.yml | ||
requirements.txt | ||
requirements3.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