minus-squaretquinnelly@alien.topBtoSelf-Hosted Main@selfhosted.forum•VPN for specific containers onlylinkfedilinkEnglisharrow-up1·1 year agoI did just this for a while. Use a docker image that has a VPN built into it like `binhex-privoxyvpn` Once that container is up and running, tell your new container to use that as it’s network. docker run --network=container:privoxyvpn blah, blah. linkfedilink
minus-squaretquinnelly@alien.topBtoSelf-Hosted Main@selfhosted.forum•An extendable Trello alternative...linkfedilinkEnglisharrow-up1·1 year agoI’ve been using YouTrack. It’s been great. linkfedilink
I did just this for a while.
Use a docker image that has a VPN built into it like `binhex-privoxyvpn`
Once that container is up and running, tell your new container to use that as it’s network.
docker run --network=container:privoxyvpn blah, blah.