Struct docker_api::api::container::opts::ContainerCreateOpts [−][src]
Expand description
Interface for building a new docker container from an existing image
Fields
name: Option<String>Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ContainerCreateOptsimpl Send for ContainerCreateOptsimpl Sync for ContainerCreateOptsimpl Unpin for ContainerCreateOptsimpl UnwindSafe for ContainerCreateOpts