mullvad-browser
10K+
The Mullvad Browser is a privacy-focused web browser developed in a collaboration between Mullvad VPN and the Tor Project. It’s designed to minimize tracking and fingerprinting. You could say it’s a Tor Browser to use without the Tor Network. Instead, you can use it with a trustworthy VPN.
The application can be accessed at:
docker run -d \
--name=mullvad-browser \
--cap-add=NET_ADMIN \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=Etc/UTC \
-e LOCAL_NET=192.168.0.0/16 `#optional` \
-p 3000:3000 \
-p 3001:3001 \
-v /path/to/mullvad-browser/config:/config \
--shm-size="1gb" \
--restart unless-stopped \
lscr.io/linuxserver/mullvad-browser:latest
Content type
Image
Digest
sha256:d40dd1dd9…
Size
1.1 GB
Last updated
about 10 hours ago
docker pull linuxserver/mullvad-browser:15.0.18Pulls:
950
Last week