Struct docker_api::api::image::opts::BuildOpts [−][src]
pub struct BuildOpts { pub path: PathBuf, // some fields omitted }
Fields
path: PathBuf
Implementations
return a new instance of a builder for Opts path is expected to be a file path to a directory containing a Dockerfile describing how to build a Docker image
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BuildOpts
impl UnwindSafe for BuildOpts