OneGet / MicrosoftDockerProvider

Provider to search, save and install Docker
Other
133 stars 55 forks source link

NANO Server : Downloading https://dockermsft.azureedge.net/dockercontainer/DockerMsftIndex.json #70

Open dariusz-h opened 4 years ago

dariusz-h commented 4 years ago

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_DockerSearchIn dex.json VERBOSE: About to download WARNING: Cannot find path 'C:\Users\ADMINI~1.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.

dariusz-h commented 4 years ago

$PSVersionTable.PSVersion

[NANO3-NUG]: PS C:\Users\Administrator.DC-NUG0\Documents> $PSVersionTable.PSVersion

Major Minor Build Revision


5 1 14368 1000