Kim Syversen

Results 4 comments of Kim Syversen

What I did to install 2.5.3 was to clone this repo and change the Dockerfile as shown below. ``` RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing/" >> /etc/apk/repositories && \ echo "http://dl-cdn.alpinelinux.org/alpine/edge/main/" >> /etc/apk/repositories...

You can run `sudo docker exec -it openvpn cat /tmp/openvpn-status.log` to get some of the information you want. Thanks to some guy in one of the issues here :)

> @kylemanna could you tag `edge` also as `2.5` to make explicit users could pin a container to a specific image version? Yes, please make that explicit.

I use the script below to build a new image which is saved to Gitlab's registry. If you use this you must update the Gitlab URL's. Feel free to use...