Hello,
I’m facing error when trying to install docker on windows server 2016.
below the command error of : Install-Package -Name Docker -ProviderName DockerMsftProvider
WARNING: Cannot find path “C:UsersxxxxxAppDataLocalTempDockerMsftProviderDocker
Default_DockerSearchIndex.json” because it does not exist.
WARNING: The argument cannot be bound to the “downloadURL” parameter because it is an empty string.
WARNING: The “AbsoluteUri” property could not be found in this object. Verify that it exists.
WARNING: The “RequestMessage” property could not be found in this object. Verify that it 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.
Au caractère Ligne:1 : 1
Docker does not provide a Docker installer/package for Windows Server.
The installation instruction on the Microsoft pages use Moby (Chocolatey uses the same).
Hello @vrapolinario thanks for your response, Docker has been installed but I’m having the error when i execute the command docker version. after the command result i have the error : error during connect: in the default daemon configuration on Windows, the docker client must be run with elevated privileges to connect: Get “http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/containers/json”: open //./pipe/docker_engine: Le fichier spécifié est introuvable.
And the command Dockerd result is :
time=“2023-08-22T18:42:04.833270300+01:00” level=info msg=“Starting up”
failed to start daemon: this version of Windows does not support the docker daemon (Windows build 17763 or higher is required.
It could be that your Windows server version is too old. According to my quick Google search
Windows Server 2016 was released to manufacturing on September 26, 2016, bearing the version number of 10.0.14393 (same as Windows 10 Anniversary Update).