Dockerfile: Add MAINTAINER line
* Add maintrainer line and credit jpetazzo
This commit is contained in:
parent
c19b01e005
commit
47bc4e4865
@ -1,5 +1,10 @@
|
||||
# Original credit: https://github.com/jpetazzo/dockvpn
|
||||
|
||||
FROM ubuntu:14.04
|
||||
RUN apt-get install -y openvpn iptables socat curl
|
||||
|
||||
MAINTAINER Kyle Manna <kyle@kylemanna.com>
|
||||
|
||||
RUN apt-get install -y openvpn iptables curl
|
||||
ADD ./bin /usr/local/sbin
|
||||
VOLUME /etc/openvpn
|
||||
EXPOSE 443/tcp 1194/udp 8080/tcp
|
||||
|
Loading…
Reference in New Issue
Block a user