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
I have my Docker Desktop installed only to one user, but when the "docker desktop start" command tries to start it, it looks for the backend as if it was installed system-wide.
ilia@MacBook-Pro ~ % docker desktop start
✗ Failed to start Docker Desktop
starting Docker Desktop: fork/exec /Applications/Docker.app/Contents/MacOS/com.docker.backend: no such file or directory
ilia@MacBook-Pro ~ % ls -l /Users/ilia/Applications/Docker.app/Contents/MacOS/com.docker.backend
-rwxr-xr-x@ 1 ilia staff 103177088 Dec 20 10:36 /Users/ilia/Applications/Docker.app/Contents/MacOS/com.docker.backend
Reproduce
Install docker to specific user
run "docker desktop start" in terminal
Expected behavior
Docker desktop is started successfully
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/arm64
Context: desktop-linux
Server: Docker Desktop 4.37.1 (178610)
Engine:
Version: 27.4.0
API version: 1.47 (minimum version 1.24)
Go version: go1.22.10
Git commit: 92a8393
Built: Sat Dec 7 10:38:33 2024
OS/Arch: linux/arm64
Experimental: false
containerd:
Version: 1.7.21
GitCommit: 472731909fa34bd7bc9c087e4c27943f9835f111
runc:
Version: 1.1.13
GitCommit: v1.1.13-0-g58aa920
docker-init:
Version: 0.19.0
GitCommit: de40ad0
darkdarkgray
changed the title
[MacOS] Docker desktop is unable to start from command line when installed only for specific user
Docker desktop is unable to start from command line when installed only for specific user
Dec 20, 2024
Description
I have my Docker Desktop installed only to one user, but when the "docker desktop start" command tries to start it, it looks for the backend as if it was installed system-wide.
Reproduce
Expected behavior
Docker desktop is started successfully
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/arm64 Context: desktop-linux Server: Docker Desktop 4.37.1 (178610) Engine: Version: 27.4.0 API version: 1.47 (minimum version 1.24) Go version: go1.22.10 Git commit: 92a8393 Built: Sat Dec 7 10:38:33 2024 OS/Arch: linux/arm64 Experimental: false containerd: Version: 1.7.21 GitCommit: 472731909fa34bd7bc9c087e4c27943f9835f111 runc: Version: 1.1.13 GitCommit: v1.1.13-0-g58aa920 docker-init: Version: 0.19.0 GitCommit: de40ad0
docker info
Diagnostics ID
Additional Info
No response
The text was updated successfully, but these errors were encountered: