pub async fn load(name: String, version: Version) -> Result<()>Expand description
Edited: now working with new versions.
Loads the given package to the local Docker daemon.
Arguments
name: The name of the package to load.version: The Version of the package to load. Might be an unresolved ‘latest’.
Returns
Nothing on success, or else an error.