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
At the moment, one could symlink socket of runtime of their choice to ~/.docker/run/docker.sock, i.e. ln -s /Users/.../.orbstack/run/docker.sock ~/.docker/run/docker.sock.
PS
I request @blaise-io to pin the issue until fix is implemented, as it contains workaround
The text was updated successfully, but these errors were encountered:
RN docker socket is hardcoded:
acelink/Ace Link/Extensions/Process.swift
Line 21 in 0291aff
Which may work for some docker runtimes, tho is not guaranteed to work in the future, or with the default one.
Much better solution would be to fetch the socket URI from user's docker configuration using
docker context inspect
:The URI is at
[0]Endpoints.docker.host
.Related issues
Solving the problem in the described way will also likely solve the following issues:
Temporary Workaround
At the moment, one could symlink socket of runtime of their choice to
~/.docker/run/docker.sock
, i.e.ln -s /Users/.../.orbstack/run/docker.sock ~/.docker/run/docker.sock
.PS
I request @blaise-io to pin the issue until fix is implemented, as it contains workaround
The text was updated successfully, but these errors were encountered: