Module docker

Module docker 

Source
Expand description

Docker operations abstraction for testing.

Provides a trait for Docker exec operations, enabling mocking in tests to cover error paths (create_exec failure, start_exec failure, inspect_exec failure).

Structs§

BollardDocker
Real implementation wrapping bollard::Docker.

Traits§

DockerOperations
Trait for Docker exec operations.