Docker Desktop not starting on Mac (Sequoia)
christiaan78 opened this issue · 2 comments
Description
Docker had DNS resolve issues that were caused by the current MacOS Sequoia firewall bugs. I removed docker and all related directories, switched off the firewall, rebooted the Mac and downloaded the latest version and installed Docker again. Docker seems to start as activity monitor shows the processes but no UI is coming up. Also doing a docker version in the terminal results in asking if docker desktop is running.
Mac Mini 2023
Apple M2
macOS 15.0.1 (24A348)
Reproduce
- Install MacOS docker.dmg package for docker desktop (latest version, Apple chip)
- Start the install file and move the file into the applications folder as instructed.
- Start Docker using the app in launchpad.
- Nothing happens.
Expected behavior
No response
docker version
Client:
Version: 27.2.0
API version: 1.47
Go version: go1.21.13
Git commit: 3ab4256
Built: Tue Aug 27 14:14:45 2024
OS/Arch: darwin/arm64
Context: default
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
docker info
Client:
Version: 27.2.0
Context: default
Debug Mode: false
Server:
ERROR: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
errors pretty printing info
Diagnostics ID
7FE35F34-4D52-4944-994D-2C8D512F3FBB/20241011114611
Additional Info
No response