Skip to main content

nerdctl_image_commit

Function nerdctl_image_commit 

Source
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.