forked from bubuntux/nordvpn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Julio Gutierrez
authored
Feb 27, 2019
1 parent
6e19a69
commit cde16ab
Showing
1 changed file
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
[![logo](https://github.com/bubuntux/nordvpn/raw/master/NordVpn_logo.png)](https://nordvpn.com/) | ||
|
||
<p align="center"> | ||
<a href="https://nordvpn.com/"><img src="https://github.com/bubuntux/nordvpn/raw/master/NordVpn_logo.png"/></a> | ||
<a href="https://github.com/bubuntux/nordvpn/blob/master/LICENSE"><img src="https://badgen.net/github/license/bubuntux/nordvpn?color=cyan"/></a> | ||
<a href="https://cloud.docker.com/u/bubuntux/repository/docker/bubuntux/nordvpn"><img src="https://images.microbadger.com/badges/image/bubuntux/nordvpn.svg"/></a> | ||
<a href="https://cloud.docker.com/u/bubuntux/repository/docker/bubuntux/nordvpn"><img src="https://badgen.net/docker/pulls/bubuntux/nordvpn?icon=docker&label=pulls"/></a> | ||
|
@@ -32,7 +31,7 @@ This container was designed to be started first to provide a connection to other | |
## Starting an NordVPN instance | ||
|
||
docker run -ti --cap-add=NET_ADMIN --device /dev/net/tun --name vpn \ | ||
-e [email protected] -e PASS=password | ||
-e [email protected] -e PASS=password \ | ||
-e COUNRTY=country -e CATEGORY=category \ | ||
-e PROTOCOL=protocol -d bubuntux/nordvpn | ||
|
||
|
@@ -107,4 +106,4 @@ services: | |
|
||
# Issues | ||
|
||
If you have any problems with or questions about this image, please contact me through a [GitHub issue](https://github.com/bubuntux/nordvpn/issues). | ||
If you have any problems with or questions about this image, please contact me through a [GitHub issue](https://github.com/bubuntux/nordvpn/issues). |