Coder Social home page Coder Social logo

docker-webmin's Introduction

Docker-Webmin

dockerfile for webmin (Webmin 的 Docker 镜像编译文件)

Download Webmin file(Webmin 官方包下载地址):
  https://prdownloads.sourceforge.net/webadmin/webmin_1.994_all.deb
Web Page Url(Webmin 官方包下载页面):
  https://www.webmin.com/download.html

Building the image (编译镜像)

git clone https://github.com/FriBox/Docker-Webmin.git
cd Docker-Webmin
docker build -t fribox/webmin .

Export the image (导出镜像保存)

docker save fribox/webmin -o FriBox.Docker-Webmin.tar

Import the image (手动导入镜像)

docker load -i FriBox.Docker-Webmin.tar

Running the container (启动容器)

docker run --name Webmin-Service -d --restart=always --env ROOT_PASSWORD="PassWord" --publish 10000:10000/tcp fribox/webmin

Log into webmin and manage your server (登录页面Webmin管理页面)

https://hostname.or.ip:10000
(root:pass) 用户名和密码

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.