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