In Docker go to Settings -> General, choose osxfs (Legacy) as file sharing implementation and uncheck the Use Virtualization Framework checkbox. Apply & restart. This will work without issues
It happens to me everytime I update docker or MacOs, turning off "Use Rosetta for x86/amd64 emulation on Apple Silicon" option of docker fixs it for me
Hi I'm using Docker 4.25.2 on macOS Sonoma 14.1.2.
I created a simple docker-compose.yml file:
Then I run
Everything goes fine, until I visit localhost and get ERR_EMPTY_RESPONSE error.
If I look at the container logs I see the following message:
I found a workaround to run without issues:
In Docker go to Settings -> General, choose osxfs (Legacy) as file sharing implementation and uncheck the Use Virtualization Framework checkbox. Apply & restart. This will work without issues