-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker will not run on MacOS #7567
Comments
(CC @cdupuis). Sounds like you followed the steps in #7527 and Question: before you did a fresh install, did you fully purge the prior Docker installation following the steps outlined in #7527?
|
I ran into this exact same issue on Sequoia 15.3 (Apple SI) starting yesterday, including the exact same check.sh output. I was just able to get Docker Desktop re-installed after much messing around and combining multiple things. I'm not sure if everything I did contributed to it being re-installed successfully, but I'm not going to remove it and find out. Hopefully this works for you:
|
Description
Been following #7527
Upgraded my MacOS to Sequoia 15.3 (Intel chip)
Uninstalled Docker (deleted Docker from the Applications Folder) and reinstalled the latest available version of Docker for Intel.
The output of
./check.sh /Applications/Docker.app/Contents/Library/LaunchServices/com.docker.vmnetd
for me (as recommend here) is:Reproduce
Freshly install Docker for intel chip on MacOS Sequoia 15.3.
Double-click the Docker icon in your Applications folder.
Expect Docker to open but it never does.
Expected behavior
Running
docker ps
will list containers.docker version
Client: Version: 27.4.0 API version: 1.47 Go version: go1.22.10 Git commit: bde2b89 Built: Sat Dec 7 10:35:43 2024 OS/Arch: darwin/amd64 Context: desktop-linux Cannot connect to the Docker daemon at unix:///Users/chriscardillo/.docker/run/docker.sock. Is the docker daemon running?
docker info
Diagnostics ID
2E63E3A6-3D8C-4351-872A-1C79C4A6B39B/20250129161513
Additional Info
No response
The text was updated successfully, but these errors were encountered: