https://github.com/oseiskar/docker-vpn-browser
Firefox and an OpenVPN client inside a Docker container, fresh "install" on every run
https://github.com/oseiskar/docker-vpn-browser
Last synced: 2 months ago
JSON representation
Firefox and an OpenVPN client inside a Docker container, fresh "install" on every run
- Host: GitHub
- URL: https://github.com/oseiskar/docker-vpn-browser
- Owner: oseiskar
- Created: 2018-08-21T19:18:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-07T11:24:34.000Z (over 5 years ago)
- Last Synced: 2025-02-27T05:23:13.106Z (3 months ago)
- Language: Shell
- Size: 22.5 KB
- Stars: 9
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker VPN browser
Run Firefox and an OpenVPN client inside a Docker container. Firefox starts
without any cookies, history or such.### Usage
0. Install Docker (v. 1.12 or above, I think)
1. Build Docker image: `./build.sh`
2. (optional) Create a directory `openvpn` and put your `openvpn.conf` there.
Make sure it's called `openvpn.conf` and all extra files it may need are
also in the `openvpn/` directory (this will be mounted in the container)
3. Start container `./run.sh firefox`Also `ASSERT_COUNTRY=Finland ./run.sh firefox` to check that ifconfig.co thinks
that the your IP address is in a given country before starting Firefox.### Disclaimer
We can be quite sure that this will stop working (or being even remotely safe
to run) in about 1 to 2 years after the latest commit to this repository.