Struct docker_api::exec::ExecContainerOptionsBuilder [−][src]
pub struct ExecContainerOptionsBuilder { /* fields omitted */ }
Implementations
Command to run, as an array of strings
A list of environment variables in the form “VAR=value”
Attach to stdout of the exec command
Attach to stderr of the exec command
Override the key sequence for detaching a container. Format is a single
character [a-Z] or ctrl-
Runs the exec process with extended privileges. (Default: false
)
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ExecContainerOptionsBuilder
impl Send for ExecContainerOptionsBuilder
impl Sync for ExecContainerOptionsBuilder
impl Unpin for ExecContainerOptionsBuilder
impl UnwindSafe for ExecContainerOptionsBuilder