curl -L https://github.com/xvzc/openvpn-docker/archive/refs/tags/0.7.tar.gz > \
openvpn.tar.gz && tar -xvzf ./openvpn.tar.gz \
--strip-components 1 && rm ./openvpn.tar.gz; \
bash ./install.sh
./run
./config
./add-user name
ovpn file will be stored in $HOME/users
./delete-user name
this will remove the ovpn file stored in $HOME/users