Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dariusz-h opened this issue Feb 17, 2020 · 1 comment

Comments

@dariusz-h
Copy link

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_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.
+ CategoryInfo : ObjectNotFound: (Microsoft.Power....InstallPackage:InstallPackage) [Install-Package], Exception
+ FullyQualifiedErrorId : NoMatchFoundForCriteria,Microsoft.PowerShell.PackageManagement.Cmdlets.InstallPackage

@dariusz-h 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 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
@dariusz-h
Copy link
Author

$PSVersionTable.PSVersion

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

Major Minor Build Revision


5 1 14368 1000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant