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
From what I gathered across a few webpages and stackoverflow, this is due to deprecation of TLS 1.0 and TLS 1.1 on Windows server 2016.
These commands worked for me.
Hi All,
We were planning to install docker on windows 2016 by following below steps -
#Install Docker Provider
Install-Module -Name DockerMsftProvider -Force
#Install Docker from docker Provider
Install-Package -Name docker -ProviderName DockerMsftProvider -Force
Restart-Computer -Force
But while docker provider we are facing error with package provider, so have tried to install package provider
Install-Module -Name DockerMsftProvider -Force
Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force
facing same error as in attached screenshot.
Please suggest us to overcome with the above.
The text was updated successfully, but these errors were encountered: