Function copy
Source pub fn copy(source: &str, dest: &str) -> Result<CommandResult, NerdctlError>
Expand description
Copy files between container and local filesystem
§Arguments
source - Source path (can be container:path or local path)
dest - Destination path (can be container:path or local path)
§Returns
Result<CommandResult, NerdctlError> - Command result or error