I'd be nice if there was a simple way to just create a container with the script that could just be started without needing to run e.g openconnect NAME. Given that anyconnect profiles are supported I think this would be a nice feature to add.
Main issue with this idea would be how to forward the password. I personally bodged it by modifying the docker-entrypoint.sh and adding a similar line to the one found in the vpn.sh script.
I know one could just run the script e.g on startup but since I'm on windows and I'm creating the container via WSL it is a bit cumbersome and ideally I'd like the container to just spin up on startup.
Feel free to close this if it's not a feature you want to support :)
I'd be nice if there was a simple way to just create a container with the script that could just be started without needing to run e.g
openconnect NAME. Given that anyconnect profiles are supported I think this would be a nice feature to add.Main issue with this idea would be how to forward the password. I personally bodged it by modifying the
docker-entrypoint.shand adding a similar line to the one found in thevpn.shscript.I know one could just run the script e.g on startup but since I'm on windows and I'm creating the container via WSL it is a bit cumbersome and ideally I'd like the container to just spin up on startup.
Feel free to close this if it's not a feature you want to support :)