Module conductor::exec [] [src]

Options which can be passed to docker-compose exec.

Structs

Command

A command which can be executed.

Options

Command-line flags which can be passed to docker-compose exec.

Target

The pod and service within which to execute a command. The lifetime 'a needs to be longer than the useful lifetime of this Target.

Traits

ToArgs

Trait for types which can be converted to command-line arguments.