-
Hi, is it possible to route other containers through this container? If so, how would I do that? thx |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hi, Follow this. https://www.youtube.com/watch?v=xbSfaKwyfXE&t=404s&ab_channel=DBTech I am looking for stable solution for this as well. At them moment i use separate vm for dockers which i need to connect throught vpn so vpn runs on host and all container use host network to reach out. |
Beta Was this translation helpful? Give feedback.
-
You can use the proxy or look through the past issues, others have routed traffic through it |
Beta Was this translation helpful? Give feedback.
-
One solution is to add the following to your external container. If you need any port mapping then you need to add that to your transmission container.
|
Beta Was this translation helpful? Give feedback.
One solution is to add the following to your external container. If you need any port mapping then you need to add that to your transmission container.