You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: