-
Notifications
You must be signed in to change notification settings - Fork 53
Description
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\ADMINI1.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