Skip to content

dockerfile for webmin

sfcampbell/docker-webmin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-webmin: Dockerfile for webmin

Webmin Dashboard

Building the image

git clone https://github.com/sfcampbell/docker-webmin
cd docker-webmin
docker build -t sfcampbell/webmin .

Running the container

docker run -d -p 10000:10000 sfcampbell/webmin

Log into webmin and manage your server

http://hostname.or.ip:10000
(root:pass)

(Don't forget to change the password asap!)

Props

Forked from chsliu/webmin -- props to them for the project! Unfortunately it had gotten a little stale so the base image and installation method wouldn't work any more... This repo builds on debian:stable-slim and the new scripted installation from Webmin.

About

dockerfile for webmin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%