Skip to content

Commit

Permalink
Use correct syntax for capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
hbattat authored May 27, 2022
1 parent ddc8c16 commit 94e1524
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This container was designed to be started first to provide a connection to other
**NOTE**: More than the basic privileges are needed for NordVPN. With Docker 1.2 or newer, Podman, Kubernetes, etc. you can use the `--cap-add=NET_ADMIN,NET_RAW` option. Earlier versions, or with fig, and you'll have to run it in privileged mode.

## Starting an NordVPN instance
docker run -ti --cap-add=NET_ADMIN,NET_RAW --name vpn \
docker run -ti --cap-add=NET_ADMIN --cap-add=NET_RAW --name vpn \
-e [email protected] -e PASS='pas$word' \
-e TECHNOLOGY=NordLynx -d ghcr.io/bubuntux/nordvpn

Expand Down Expand Up @@ -210,4 +210,4 @@ If you have any problems with or questions about this image, please contact me t

# Disclaimer
This project is independently developed for personal use, there is no affiliation with NordVpn or Nord Security companies,
Nord Security companies are not responsible for and have no control over the nature, content and availability of this project.
Nord Security companies are not responsible for and have no control over the nature, content and availability of this project.

0 comments on commit 94e1524

Please sign in to comment.