Customizing Docker Behavior - docker/docker-py

Customizing Docker Behavior with Docker-py

Docker-py is a Python library for the Docker Engine HTTP API, which allows you to interact with Docker from Python code. This document covers some of the possible options for customizing Docker behavior using docker-py, with examples for each option.