Error response from daemon: open \\.\pipe\docker_engine_windows: The system cannot find the file specified

Try add Optional Feature - Container and Hyper-V to windows.
In Windows 11:
Apps → Optional features → More Windows features → Check Containers and Hyper-V and click OK

or try run:
Enable-WindowsOptionalFeature -Online -FeatureName containers –All
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V –All

If still not working uninstall Docker Desktop and install Docker Desktop 4.13.1 from here:

more info here:

5 Likes