Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revisionNext revisionBoth sides next revision | ||
docker_notes:docker-deluge [2024-01-10 Wed wk02 19:24] – [Docker Deluge Image / Service] baumkp | docker_notes:docker-deluge [2024-01-10 Wed wk02 20:04] – [OpenVPN setup] baumkp | ||
---|---|---|---|
Line 110: | Line 110: | ||
* where $lan is set to lan interface, e.g. enp1s0 | * where $lan is set to lan interface, e.g. enp1s0 | ||
* '' | * '' | ||
- | * When running nftables to stop leakage of vpn it was found that the docker networking cause failure. | + | * When running nftables to stop leakage of vpn it was found that the docker networking cause failure. |
* Need to manually create ++/ | * Need to manually create ++/ | ||
#!/bin/sh | #!/bin/sh | ||
Line 118: | Line 118: | ||
chmod 660 / | chmod 660 / | ||
- | echo "nameserver 192.168.1.1" > /etc/resolv.conf | + | echo "103.231.89.219 au-mel.pvdata.host" |
+ | echo " | ||
+ | echo " | ||
+ | echo " | ||
+ | |||
+ | / | ||
</ | </ | ||
*Inside container command to run ''/ | *Inside container command to run ''/ | ||
Line 180: | Line 186: | ||
=====Docker network===== | =====Docker network===== | ||
- | As described | + | As described |
<code bash> | <code bash> | ||
docker network create -d macvlan | docker network create -d macvlan |