Updated readme and labels
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
FROM alpine:3.7
|
FROM alpine:3.7
|
||||||
LABEL maintainer="quentin.mcgaw@gmail.com" \
|
LABEL maintainer="quentin.mcgaw@gmail.com" \
|
||||||
description="VPN client container to private internet access servers based on Alpine Linux and OpenVPN" \
|
description="VPN client container to private internet access servers based on Alpine Linux and OpenVPN" \
|
||||||
size="?MB" \
|
size="8MB" \
|
||||||
ram="?MB" \
|
ram="4.3MB" \
|
||||||
github="https://github.com/qdm12/private-internet-access-docker"
|
github="https://github.com/qdm12/private-internet-access-docker"
|
||||||
COPY script.sh .
|
COPY script.sh .
|
||||||
RUN chmod +x script.sh && \
|
RUN chmod +x script.sh && \
|
||||||
|
|||||||
@@ -6,6 +6,8 @@ Docker VPN client to private internet access servers based on [Alpine Linux](htt
|
|||||||
|
|
||||||
[](https://travis-ci.org/qdm12/private-internet-access-docker)
|
[](https://travis-ci.org/qdm12/private-internet-access-docker)
|
||||||
|
|
||||||
|
The image is **8MB** and uses **4.3MB** of ram
|
||||||
|
|
||||||
It requires:
|
It requires:
|
||||||
- A Private Internet Access **username** and **password** - [Sign up](https://www.privateinternetaccess.com/pages/buy-vpn/)
|
- A Private Internet Access **username** and **password** - [Sign up](https://www.privateinternetaccess.com/pages/buy-vpn/)
|
||||||
- [Docker](https://docs.docker.com/install/) installed on the host
|
- [Docker](https://docs.docker.com/install/) installed on the host
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ services:
|
|||||||
- 209.222.18.222
|
- 209.222.18.222
|
||||||
- 209.222.18.218
|
- 209.222.18.218
|
||||||
volumes:
|
volumes:
|
||||||
- /yourpath/auth.conf:/pia/auth.conf:ro
|
- /yourpath/auth.conf:/auth.conf:ro
|
||||||
environment:
|
environment:
|
||||||
- REGION=Germany
|
- REGION=Germany
|
||||||
restart: always
|
restart: always
|
||||||
Reference in New Issue
Block a user