Closed SWS-5007 closed 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!
Hi, When I run the
docker-compose up --build
command, I am getting this issue.I installed the
Docker-Desktop 4.15.0
already.How can I solve this problem? Best.