Bump RC

Signed-off-by: Joffrey F <joffrey@docker.com>
1 file changed
tree: 4eb74ccbcb71f2e4be9f3a5324c2b6a3e9e92fe3
  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-py3
  13. docs-requirements.txt
  14. LICENSE
  15. MAINTAINERS
  16. Makefile
  17. MANIFEST.in
  18. mkdocs.yml
  19. pytest.ini
  20. README.md
  21. requirements.txt
  22. setup.cfg
  23. setup.py
  24. test-requirements.txt
  25. tox.ini
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