Im trying to run docker on my windows server 2019. In the windows server im not able to install docker client so i install it using Powershell and checked status is running.
When im trying docker run -p 5000:5000 se:se
i get
C:Program FilesDockerdocker.exe: error during connect: Post http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.40/contai
ners/create: open //./pipe/docker_engine: Access is denied. In the default daemon configuration on Windows, the d
ocker client must be run elevated to connect. This error may also indicate that the docker daemon is not running.
See ‘C:Program FilesDockerdocker.exe run –help’.
I have also installed WSL ubuntu and enabled windows hypervisor platform and subsystem for linux.
Here /a/61062715/20830033 the solution provided is to run & ‘C:Program FilesDockerDockerDockerCli.exe’ -SwitchDaemon but i havent this option since i installed it from powershell
How i fix that?