Prepping a Maint Release - Don't use unless you are a dev
2.5K
cd $HOME/Lethean/vpn
mkdir etc
mkdir log
docker run -t -i \
--mount type=bind,source=$(pwd)/etc,target=/opt/lthn/etc \
--mount type=bind,source=$(pwd)/log,target=/dev/log \
lthn/vpn easy-deploy
Navigate to $HOME/LEthean/vpn/etc
docker run --mount type=bind,source=$(pwd)/etc,target=/opt/lthn/etc \
--mount type=bind,source=$(pwd)/log,target=/dev/log \
lthn/vpn upload-sdp
docker run -p 8080:8080 --mount type=bind,source=$(pwd)/etc,target=/opt/lthn/etc \
--mount type=bind,source=$(pwd)/log,target=/dev/log \
lthn/vpn
Content type
Image
Digest
sha256:10db4b94d…
Size
509.5 MB
Last updated
over 3 years ago
docker pull lthn/vpn