Comment on Firefox Docker + VPN is so awesome
ticho@lemmy.world 4 months ago
I just use my own custom built docker images and have a few aliases set up for different “instances”, e.g. one for banking, one for tis eshop, one for that eshop, etc. Each with its own firefox data dir and own downloads subfolder. Plus an alias to launch a temporary clean instance that gets discarded after it exits.
tootnbuns@lemmy.dbzer0.com 4 months ago
That sound pretty cool - do these separate containers exit through the same network ? Or do you have like separate vpns?
ticho@lemmy.world 4 months ago
All through the same network, I’m afraid. I haven’t felt the need to separate it like that, although it should be doable using docker networks, or maybe on even lower level, via Linux network namespaces.