then docker states it “Failed to start” , on hover over the bottom-left part and says no container.
I followed what was stated and i run this command:
docker run -d -p 80:80 docker/getting-started
but also got docker error in powershell:
docker: error during connect: This error may indicate that the docker daemon is not running.: Post http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/containers/create: open //./pipe/docker_engine: The system cannot find the file specified.
See ‘docker run --help’.
Steps done:
Enabled WSL with this command:
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
Enabled Virtual Machine feature with this command:
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
Visualization is Enabled on my laptop
Downloaded the Linux kernel update package.
I basically followed the steps here for manual process.
But only steps 1-4. when I run this command (from step 5):
wsl --set-default-version 2 I got this problem:
The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.
I can’t run devkinsta until I figure out this docker issue. Is there anything that I missed?
Device:
x64-bit, 8GB, i5
P.S I’m new to docker & just following the instructions from your documentation and getting some help on Youtube.
Hi @rhea ! Thanks for joining us here at DevKinsta! I’m happy to help.
Would you happen to have anything else running in the background that would prevent Docker from running normally? Perhaps any software like an antivirus or firewall running?
It sounds like you’ve already done a few of these steps but there might be others on here that might help. Try this here. I’ll continue researching here too.
Hey @rhea . I received additional feedback from the devs here to try uninstalling then reinstalling Docker. Your Docker is having trouble connecting to WSL.