Docker alpine + webmin(include nginx module) + bind9 + nginx, Provide Extensive DNS for local area networks
other solution: [alpine + webmin + bind9] + [kong gateway + kong dashboard], do it yourself
# for test, for pro remove --rm
docker run -d --rm --name webmin -h webmin \
-p 10000:10000 -p 2020:22 \
-p 53:53/udp -p 53:53/tcp \
-p 80:80 \
livinphp/webmin-alpine
# ssh test, default shell zsh,
ssh -p 2020 root:root@localhost
# or
docker exec -it webmin /bin/zsh
Content type
Image
Digest
Size
58.1 MB
Last updated
about 8 years ago
docker pull livinphp/webmin-alpine