Forward unix domain socket from the host into the guest
Open
enhancement
- Dominant language
- Go
- Stars
- 21.9k
- Forks
- 957
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 53
Description
### Description
```
portForwards:
- guestSocket: "/foo/test.sock"
hostSocket: "/Users/me/tmp/test.sock"
```
I was trying to do something like this only to realize it works the opposite direction I need. Is there a way to forward FROM host TO the guest?
Also, with 9p - will unix sockets just work via mounts without extra forwarding?
Contributor guide
Assessment
This issue has not been assessed yet.