1 مستودع
Python libraries specifically designed to interface with the Docker Engine API.
Distinct from API Clients: Specializes general API clients to the Docker Engine API specifically.
Explore 1 awesome GitHub repository matching part of an awesome list · Docker Engine. Refine with filters or upvote what's useful.
docker-py is a Python library and SDK that serves as a programmatic client for the Docker Engine API. It provides a programmatic interface for controlling containers, images, and clusters, allowing for the automation of containerized applications and engine resources. The library enables remote Docker administration through various transport methods, including Unix domain sockets, TCP ports, and encrypted SSH tunnels. It handles real-time data links by using WebSockets to stream input and output from active containers. The project covers container lifecycle control, image management for buil
Serves as the primary Python SDK for programmatically controlling Docker containers, images, and clusters.