Skip to content

Instantly share code, notes, and snippets.

@paralin
Created June 4, 2021 04:01
Show Gist options
  • Select an option

  • Save paralin/82eb8d3f87e862ec13b2fc8dd5af5b41 to your computer and use it in GitHub Desktop.

Select an option

Save paralin/82eb8d3f87e862ec13b2fc8dd5af5b41 to your computer and use it in GitHub Desktop.
NordVPN wireguard run with docker

Multi-arch image:

  docker run -dt --restart=always --cap-add=NET_ADMIN --name vpn \
             -e USER="[email protected]" -e PASS='MyNordVPNPasswordHere' \
             -e TECHNOLOGY=NordLynx -d paralin/bubuntux-nordvpn:latest
  docker run --rm -it --net=container:vpn alpine:edge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment