Function: pullImage()
pullImage(
containerProviderConnection,imageName,callback):Promise<void>
Pull an image from a registry
Parameters
containerProviderConnection
the connection to the local engine to use for pulling the image
imageName
string
the name of the image to pull
callback
(event) => void
the function called when new logs are emitted during the pull operation
Returns
Promise<void>