How to tunnel into docker network with VPN

I’m using Ubuntu xenial with DockerEngine.

I’ve one VPN Container and many other containers.
I want to tunnel with OpenVPN into the docker0 or an own network bridge.
When i’m into this, then i want to call an apachecontainer like 10.0.1.3 and the proxycontainer like 10.0.1.5.

Can someone help me? :slight_smile: