pub fn docker_build(
manifest_path: &Path,
guest_opts: &GuestOptions,
) -> Result<BuildStatus>Expand description
Build the package in the manifest path using a docker environment.
pub fn docker_build(
manifest_path: &Path,
guest_opts: &GuestOptions,
) -> Result<BuildStatus>Build the package in the manifest path using a docker environment.