Change run command example after #722
This commit is contained in:
@@ -49,9 +49,10 @@ The container is available from the Docker registry and this is the simplest way
|
|||||||
To run the container use this command:
|
To run the container use this command:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ docker run --cap-add=NET_ADMIN --device=/dev/net/tun -d \
|
$ docker run --cap-add=NET_ADMIN -d \
|
||||||
-v /your/storage/path/:/data \
|
-v /your/storage/path/:/data \
|
||||||
-v /etc/localtime:/etc/localtime:ro \
|
-v /etc/localtime:/etc/localtime:ro \
|
||||||
|
-e CREATE_TUN_DEVICE=true \
|
||||||
-e OPENVPN_PROVIDER=PIA \
|
-e OPENVPN_PROVIDER=PIA \
|
||||||
-e OPENVPN_CONFIG=CA\ Toronto \
|
-e OPENVPN_CONFIG=CA\ Toronto \
|
||||||
-e OPENVPN_USERNAME=user \
|
-e OPENVPN_USERNAME=user \
|
||||||
|
Reference in New Issue
Block a user