Support for macOS socket inside a container? #584
Closed
luislavena
started this conversation in
General
Replies: 1 comment 2 replies
-
The general case of Unix socket forwarding isn't supported yet, because the VM layer makes it challenging as you mentioned. Subscribe to #62 for updates. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello folks, been trying to do something that not sure if possible. I would like to expose 1Password SSH agent socket (agent.sock) that is present in my local installation to a container.
This works without issues on another setup were host is Linux and containers are Linux, but since OrbStack uses a VM to run the container, not sure the sockets can be shared the same way.
Right now when I try to share the directory that contains the socket and explicitly tell the container to use it, I'm always getting weird results:
on macOS:
Has anyone experienced or tried this?
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions