Added docker badges

This commit is contained in:
Quentin McGaw
2018-04-01 13:56:20 -04:00
parent 8be3dedae5
commit 7c39a4c06e
3 changed files with 9 additions and 3 deletions

View File

@@ -1,8 +1,10 @@
FROM alpine:3.7
LABEL maintainer="quentin.mcgaw@gmail.com" \
description="VPN client container to private internet access servers based on Alpine Linux and OpenVPN" \
download="3.3MB" \
size="8MB" \
ram="4.3MB" \
cpu_usage="Very low"
github="https://github.com/qdm12/private-internet-access-docker"
COPY script.sh .
RUN chmod +x script.sh && \