This repository has been archived on 2025-11-22. You can view files and clone it, but cannot push or open issues or pull requests.
Files
container-openvpn/Dockerfile
Kyle Manna c19b01e005 Dockerfile: Update to Ubuntu 14.04
* Upgrade to latest Ubuntu LTS release
2014-06-03 20:31:53 -07:00

7 lines
156 B
Docker

FROM ubuntu:14.04
RUN apt-get install -y openvpn iptables socat curl
ADD ./bin /usr/local/sbin
VOLUME /etc/openvpn
EXPOSE 443/tcp 1194/udp 8080/tcp
CMD run