docker-py
A Python library for the Docker Engine API
About this project
Docker SDK for Python A Python library for the Docker Engine API. It lets you do anything the docker command does, but from within Python apps – run containers, manage containers, manage Swarms, etc. Installation The latest stable version is available on PyPI. Install with pip: pip install docker Older versions ( This is no longer necessary and is a no-op, but is supported for backwards compatibility. Usage Connect to Docker using the default socket or the configuration in your environment: You can run containers: You can run containers in the background: You can manage containers: You can stream logs: You can manage images: Read the full documentation to…
Technologies
Project health
GitHub
Reviews
Built by
Maintain docker/docker-py? Claiming verifies admin access through your GitHub account and gives you control of this listing.