dockvpn icon indicating copy to clipboard operation
dockvpn copied to clipboard

Recipe to build an OpenVPN image for Docker

Results 6 dockvpn issues
Sort by recently updated
recently updated
newest added

Если ругается ` unsupported options present in configuration` нужно удалить блок `...` и всё будет работать

Hi, I want to use the dockvpn behind a proxy. I try to assign - 110 to 8080 - 112 to 443 - 111 to 1194 But this is not...

``` $ CID=$(docker run -d --privileged -p 1194:1194/udp -p 443:443/tcp jpetazzo/openvpn) $ docker run -t -i -p 8080:8080 --volumes-from $CID jpetazzo/openvpn serveconfig Please run the OpenVPN container at least once...

I am a new fish of docker, so I don't understand the way mentioned in the doc , I deployed the image in the environment of docker in arukas,which is...

Hi there, I've been working on some improvements to dockvpn. There is a new master helper script call 'runDockVPN.sh'. It currently creates a volume only container, as suggested in: http://docs.docker.io/use/working_with_volumes/...

Hello, I just followed your instructions to setup vpn on digital ocean box, but I am not able to connect to it: ![image](http://cl.ly/image/3a3C1y1h3p2N/Image%202014-12-20%20at%2010.43.09%20pm.png) I realise this may not be an...