calm.like.a.bomb

I’m on fosstodon

  • 3 Posts
  • 126 Comments
Joined 11 months ago
cake
Cake day: July 24th, 2023

help-circle


















  • The answer is yes in both cases.

    1. Docker has an internal networking setup. You can create a “network” and all containers in that network communicate with each other, but not with other containers in other networks. So you can set up a VPN container in a network and all containers in that netowrk could use the VPN to route their traffic through.
    2. You can configure your VPN container to expose some ports that it uses to communicate, and then the “regular applications” can make use of those ports to connect through the VPN.