Bring compatibility to OrbStack #204
jonathanlaniado
started this conversation in
Feature Request
Replies: 1 comment 3 replies
-
Hi @louislam, do you plan on fixing this? 😊 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🛡️ Security Policy
Description
Dockge is unable to connect to the Docker daemon on Orbstack. Despite mounting the Docker socket
/var/run/docker.sock
from the host into the container, Dockge tries to directly access the Docker socket on the host OS at path/Users/(redacted)/.orbstack/run/docker.sock
, which is not accessible from within the Docker container.👟 Reproduction steps
👀 Expected behavior
Dockge should be able to successfully communicate with the Docker daemon using the Docker socket mounted into the container at
/var/run/docker.sock
.😓 Actual Behavior
However, Dockge appears to be trying to communicate with Docker daemon via the host's filesystem directly at
/Users/(redacted)/.orbstack/run/docker.sock
. This operation ends up in failure as a Docker container cannot directly access the file system of its host, resulting in the error:Cannot connect to the Docker daemon at unix:///Users/(redacted)/.orbstack/run/docker.sock. Is the docker daemon running?
Dockge Version
1.2
💻 Operating System and Arch
macOS Sonoma 14.1.1 (23B81)
🌐 Browser
Arc 1.17.2 (43249) Chromium Engine 119.0.6045.159
🐋 Docker Version
24.0.6
🟩 NodeJS Version
No response
📝 Relevant log output
Beta Was this translation helpful? Give feedback.
All reactions