polkascan / harvester

Polkascan Harvester
GNU General Public License v3.0
18 stars 11 forks source link

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

Closed SWS-5007 closed 1 year ago

SWS-5007 commented 1 year ago

Hi, When I run the docker-compose up --build command, I am getting this issue.

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

I installed the Docker-Desktop 4.15.0 already.

How can I solve this problem? Best.

SWS-5007 commented 1 year ago

I just fixed issue above by executing this command, Enable-WindowsOptionalFeature -Online -FeatureName $(“Microsoft-Hyper-V”, “Containers”) -All on Opened Powershell as administrator.

Please check this doc. https://forums.docker.com/t/error-response-from-daemon-open-pipe-docker-engine-windows-the-system-cannot-find-the-file-specified/131750/8

Good luck!