You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error:
[NANO3-NUG]: PS C:> Install-Package -Name docker -ProviderName DockerMsftProvider -Verbose
VERBOSE: Using the provider 'DockerMsftProvider' for searching packages.
VERBOSE: Download size: 0MB
VERBOSE: Free space on the drive: 18380.16MB
VERBOSE: Downloading https://dockermsft.azureedge.net/dockercontainer/DockerMsftIndex.json to C:\Users\ADMINI1.DC-\AppData\Local\Temp\DockerMsftProvider\DockerDefault_DockerSearchIn
dex.json
VERBOSE: About to download
WARNING: Cannot find path 'C:\Users\ADMINI1.DC-\AppData\Local\Temp\DockerMsftProvider\DockerDefault_DockerSearchIndex.json' because it does not exist.
WARNING: The term 'Invoke-WebRequest' 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.
Install-Package : No match was found for the specified search criteria and package name 'docker'. Try Get-PackageSource to see all available registered package sources.
+ CategoryInfo : ObjectNotFound: (Microsoft.Power....InstallPackage:InstallPackage) [Install-Package], Exception
+ FullyQualifiedErrorId : NoMatchFoundForCriteria,Microsoft.PowerShell.PackageManagement.Cmdlets.InstallPackage
The text was updated successfully, but these errors were encountered:
dariusz-h
changed the title
Downloading https://dockermsft.azureedge.net/dockercontainer/DockerMsftIndex.json to C:\Users\ADMINI~1.DC-\AppData\Local\Temp\DockerMsftProvider\DockerDefault_DockerSearchIn dex.json
NANO Server : Downloading https://dockermsft.azureedge.net/dockercontainer/DockerMsftIndex.json to C:\Users\ADMINI~1.DC-\AppData\Local\Temp\DockerMsftProvider\DockerDefault_DockerSearchIn dex.json
Feb 17, 2020
dariusz-h
changed the title
NANO Server : Downloading https://dockermsft.azureedge.net/dockercontainer/DockerMsftIndex.json to C:\Users\ADMINI~1.DC-\AppData\Local\Temp\DockerMsftProvider\DockerDefault_DockerSearchIn dex.json
NANO Server : Downloading https://dockermsft.azureedge.net/dockercontainer/DockerMsftIndex.json
Feb 17, 2020
Hello
I need help? I am stuck with this. I am trying to install Docker on nano server and I am getting error. Nano server is installed on VM.
Step 1: Install the OneGet docker provider
Import-Module -Name DockerMsftProvider -Force
Import-Packageprovider -Name DockerMsftProvider -Force
Step 2: Install Docker
New installation:
Install-Package -Name docker -ProviderName DockerMsftProvider -Verbose
Error:
[NANO3-NUG]: PS C:> Install-Package -Name docker -ProviderName DockerMsftProvider -Verbose
VERBOSE: Using the provider 'DockerMsftProvider' for searching packages.
VERBOSE: Download size: 0MB
VERBOSE: Free space on the drive: 18380.16MB
VERBOSE: Downloading https://dockermsft.azureedge.net/dockercontainer/DockerMsftIndex.json to C:\Users\ADMINI
1.DC-\AppData\Local\Temp\DockerMsftProvider\DockerDefault_DockerSearchIn1.DC-\AppData\Local\Temp\DockerMsftProvider\DockerDefault_DockerSearchIndex.json' because it does not exist.dex.json
VERBOSE: About to download
WARNING: Cannot find path 'C:\Users\ADMINI
WARNING: The term 'Invoke-WebRequest' 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.
Install-Package : No match was found for the specified search criteria and package name 'docker'. Try Get-PackageSource to see all available registered package sources.
+ CategoryInfo : ObjectNotFound: (Microsoft.Power....InstallPackage:InstallPackage) [Install-Package], Exception
+ FullyQualifiedErrorId : NoMatchFoundForCriteria,Microsoft.PowerShell.PackageManagement.Cmdlets.InstallPackage
The text was updated successfully, but these errors were encountered: