pub fn nerdctl_image_commit(
container: &str,
image_name: &str,
) -> Result<CommandResult, Box<EvalAltResult>>Expand description
Wrapper for nerdctl::image_commit
Commit a container to an image.
pub fn nerdctl_image_commit(
container: &str,
image_name: &str,
) -> Result<CommandResult, Box<EvalAltResult>>Wrapper for nerdctl::image_commit
Commit a container to an image.