Struct dockworker::ContainerCreateOptions[][src]

pub struct ContainerCreateOptions { /* fields omitted */ }

request body of /containers/create api

Methods

impl ContainerCreateOptions
[src]

push back an envvar entry

push back a cmd argment

update entrypoint

add a label/value pair

Trait Implementations

impl Debug for ContainerCreateOptions
[src]

Formats the value using the given formatter. Read more

impl Clone for ContainerCreateOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations