Skip to content

Using Docker create a container

Warning

It is recommended to use Docker Compose over the standard docker run command.

Steps

  1. Install Docker (see docs.docker.com)
  2. Pull the image
    Bash
    docker pull ghcr.io/rowland007/docker-mullvad:latest
    
  3. Have your Mullvad account number handy
  4. Change the <changeme> in the below command to your account number
  5. Run
    Bash
    docker run -d --privileged -v ./config:/config -e MULLVAD_ACCOUNT_TOKEN=<changeme> --name mullvad ghcr.io/rowland007/docker-mullvad:latest