Unix Sockets in virtio mounts / unsing gpg #495
Closed
poggenpower
started this conversation in
General
Replies: 1 comment
-
I wouldn't expect this to be supported any time soon, unfortunately. It'd be very complicated because path-based Unix sockets on the file system are essentially just addresses, not the socket itself. Subscribe to #62 for updates. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi,
my use case is using gnupg in a dev container. For testing the gnupg home dir is part of the repo.
The repo is mounted into the container from my mac.
But the virtIO mounts don't allow to create sockets.
Beside gpg is failing. Also following python snippet shows the issue:
Creating a socket outside the virtIO mount e.g. in /tmp os working fine.
Is there a way to allow Unix sockets in these mounts?
Important: I am not looking to forward a socket from the host/mac into the container. It is "simply" creating and using a socket in the container itself.
Beta Was this translation helpful? Give feedback.
All reactions