mrb,
windows server 2016 standart gui (wmvare altyapı sanal sunucu) üzerinde docker kurulumu yapmak istiyorum fakat olmuyor. tüm updateleri yükledim, internet de docker kurulumu anlatımlar var ilk olarak container servisini etkinleştirin diyor;
1- Sunucu yöneticisi rol ekle container servisi yok
http://www.melihatasoylu.com/windows-server-2016-docker-kurulumu/
adresinde yönergelerde, ikinci komuttan sonra hata alıyorum,
power shell komutu : Install-Package -Name docker -ProviderName DockerMsftProvider
hata : WARNING: Cannot find path 'C:\Users\ADMINI~1.kcc\AppData\Local\Temp\DockerMsftProvider\DockerDefault_DockerSearchIndex.json' because it does not exist.
WARNING: Cannot bind argument to parameter 'downloadURL' because it is an empty string.
WARNING: The property 'AbsoluteUri' cannot be found on this object. Verify that the property exists.
WARNING: The property 'RequestMessage' cannot be found on this object. Verify that the property exists.
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.
At line:1 char:1
+ Install-Package -Name docker -ProviderName DockerMsftProvider
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Microsoft.Power....InstallPackage:InstallPackage) , Exception
+ FullyQualifiedErrorId : NoMatchFoundForCriteria,Microsoft.PowerShell.PackageManagement.Cmdlets.InstallPackage
acaba başlangıçda yanlış bir yolmu izliyorum, yardımlarınızı rica ederim.