Expand description
Docker container lifecycle management.
Ports the Python DockerDeployment class — pull images, create/start/stop
containers, and inspect their status.
Structs§
- Docker
Deployment - Manages Docker container lifecycle (create, start, stop, remove, inspect).
Functions§
- find_
free_ port - Find a free TCP port on the host.
- run_
docker_ command - Run a Docker CLI command and return (stdout, stderr, exit_code).