1
VPN for specific containers only
(alien.top)
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
For Example
We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.
Useful Lists
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.