Struct ostree_ext::container::Config [−][src]
Expand description
Configuration for the generated container.
Fields
labels: Option<BTreeMap<String, String>>Additional labels.
cmd: Option<Vec<String>>The equivalent of a Dockerfile’s CMD instruction.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Config
impl UnwindSafe for Config
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
