opendev-docker 0.1.4

Docker runtime support for OpenDev AI coding agent
Documentation

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.