Docker runtime system for opendev.
This crate provides container lifecycle management, command execution,
file operations, and tool handling inside Docker containers. It mirrors
the Python opendev.core.docker package, using tokio::process::Command
to shell out to the Docker CLI.