pub fn image_commit(
container: &str,
image_name: &str,
) -> Result<CommandResult, NerdctlError>Expand description
Commit a container to an image
ยงArguments
container- Container ID or nameimage_name- New name for the image
pub fn image_commit(
container: &str,
image_name: &str,
) -> Result<CommandResult, NerdctlError>Commit a container to an image
container - Container ID or nameimage_name - New name for the image