Skip to main content

Module deployment

Module deployment 

Source
Expand description

Docker container lifecycle management.

Ports the Python DockerDeployment class — pull images, create/start/stop containers, and inspect their status.

Structs§

DockerDeployment
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).