Struct docker_api::api::container::opts::RmContainerOptsBuilder [−][src]
pub struct RmContainerOptsBuilder { /* fields omitted */ }
Expand description
A builder struct for RmContainerOpts.
Implementations
Finish building RmContainerOpts.
If the container is running, kill it before removing it.
Remove anonymous volumes associated with the container.
Trait Implementations
Returns the “default value” for a type. Read more