Merge pull request #1202 from docker/1.10.2-release

1.10.2 release
tree: b37f21c058f5d6a6a4ec0f907e08fbad03f9284a
  1. docker/
  2. docs/
  3. scripts/
  4. tests/
  5. .coveragerc
  6. .dockerignore
  7. .editorconfig
  8. .gitignore
  9. .travis.yml
  10. CONTRIBUTING.md
  11. Dockerfile
  12. Dockerfile-docs
  13. Dockerfile-py3
  14. docs-requirements.txt
  15. LICENSE
  16. MAINTAINERS
  17. Makefile
  18. MANIFEST.in
  19. mkdocs.yml
  20. pytest.ini
  21. README.md
  22. requirements.txt
  23. setup.cfg
  24. setup.py
  25. test-requirements.txt
  26. tox.ini
  27. win32-requirements.txt
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