docker-py - PyPI
pypi.org › project › docker-pyNov 02, 2016 · Python client for Docker. Project description 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 Read the full documentation here.
docker-py · PyPI
https://pypi.org/project/docker-py02.11.2016 · Python client for Docker. Project description 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 Read the full documentation here.
docker - PyPI
https://pypi.org/project/docker07.10.2021 · 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. Either add docker to your requirements.txt file or install with pip: pip install docker