Hello,
In order to access to another build environment via ssh, I set up an openvpn service client (dperson openvpn-client).
Except in order for it to work you need to share the service’s network stack (done with –net=container:vpn in a standard docker command).
I’ve understood I should use network_mode field and set it up to service:openvpn (openvpn is the name of my service) but I keep getting the error : Error response from daemon: network service:openvpn not found when testing with drone.
Any insight ?
Many thanks !