setup intranet** the docker bridge has to enabled mtu size 1500 > docker run -it --dns 194.62.181.53 --dns 194.62.180.53 --dns > 204.16.255.53 --dns 204.16.254.53 -e JAVA_DEBUG=true --net=host --net=none --runtime io.containerd.runc.v2 --name openwrtlandingpagedebug -e LANG=de_DE.ISO-8859-1 -e > NETWORK_BRIDGE=eth0.10 -e NETWORK_NONE=lo -e LC_TIME=de_DE.ISO8859-1 > -e TZ=Europe/Berlin --restart unless-stopped --cap-add=NET_ADMIN --platform=linux/amd64 jgsoftwares/openwrt23.05landingpage:java11 /bin/ash > /root/runlandingpage.sh debug optional -e JAVA_DEBUG=true \ dns is set to no-ip \ -e JAVA_DEBUG=true \ \ **setup host:** \ **add --tmpfs -> run container in memory ** \ > docker run -it --security-opt seccomp=unconfined --security-opt apparmor=docker-default --net=host --net=none --runtime io.containerd.runc.v2 --name openwrtlandingpagedebug -e NETWORK_IF=vxlanwan > -e NETWORK_NONE=lo --restart unless-stopped -v /var/run/ubus.sock:/var/run/ubus.sock -v /etc/config/:/etc/config/ --platform=linux/amd64 -e NTP_SERVER="2.rhel.pool.ntp.org" > --tmpfs /opt/docker jgsoftwares/openwrt23.05landingpage:java11 /bin/ash > /root/runlandingpage.sh \ \ \ /etc/TZ \ CET-1CEST,M3.5.0,M10.5.0/3 \ \ update openwrt timezone \ opkg update && opkg install zoneinfo-all \