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
Yes, it’s possible! Just share a directory like /var/run/wireguard/ between the containers using a bind mount. Both can then access the same socket file for IPC. Here’s an example for Docker Compose:
volumes:
- /host/path/shared:/var/run/wireguard/
Make sure both containers have permission to access the shared files. 👍
Would it be possible to run both services within their own Docker container but keep IPC working between both ?
The text was updated successfully, but these errors were encountered: