ContainerProvider icon indicating copy to clipboard operation
ContainerProvider copied to clipboard

Import-ContainerImage doesn't work

Open mcascone opened this issue 4 years ago • 2 comments

It's installed:

PS C:\Users\mcascone\Documents> Get-PackageProvider

Name                     Version          DynamicOptions
----                     -------          --------------
ContainerImage           0.6.4.0

But doesn't work:

PS C:\Users\mcascone\Documents> find-package -provider containerimage
WARNING: Cannot bind argument to parameter 'fastPackageReference' because it is an empty string.
WARNING: The property 'version' cannot be found on this object. Verify that the property exists.
WARNING: The property 'Name' cannot be found on this object. Verify that the property exists.
WARNING: Cannot find path 'C:\Users\mcascone\AppData\Local\ContainerImage\ContainerImageGallery_ContainerImageSearchIndex.txt' because it does not exist.
WARNING: Http.GetAsync did not return successful status code. Status Code: NotFound, The specified resource does not exist.
PS C:\Users\mcascone\Documents> Import-ContainerImage ContainerImage
Import-ContainerImage : The term 'Import-ContainerImage' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name,
or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ Import-ContainerImage ContainerImage
+ ~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (Import-ContainerImage:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

mcascone avatar Jan 24 '20 17:01 mcascone