This forum is not an official product support or issue reporting channel.
Issue Description :
After Installation when try to start Docker Desktop App . getting message as Docker desktop service is starting in the system tray and then immediately its getting disappeared.
when I m giving any docker command from cmd or Powershell interface , getting following error.
docker: error during connect: Post http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.40/containers/create: open //./pipe/docker_engine: The system cannot find the file specified. In the default daemon configuration on Windows, the docker client must be run elevated to connect. This error may also indicate that the docker daemon is not running
I actually don’t know what the reason for this error is. You give no information about your system, so there are a few questions, like: Do you have the required Windows version for this version of Docker Desktop? Is WSL 2 installed? Is the WSL kernel up to date?
I was having the same issue. Turns out somehow my docker config.json file (located in user home/.docker folder) was corrupted with ‘null’ values. I edited that file to contain valid json (just opening and closing braces) and now docker starts up. I then ran ‘docker login’.