linuxserver/mullvad-browser

Sponsored OSS

By linuxserver.io

Updated about 10 hours ago

Image
Networking
Security
7

10K+

linuxserver/mullvad-browser repository overview

linuxserver/mullvad-browser

This readme has been truncated from the full version found HERE

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.

Application Setup

The application can be accessed at:

Usage

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

Tag summary

Content type

Image

Digest

sha256:d40dd1dd9

Size

1.1 GB

Last updated

about 10 hours ago

docker pull linuxserver/mullvad-browser:15.0.18

This week's pulls

Pulls:

950

Last week