Coder Social home page Coder Social logo

docker-webmin-pptpd's Introduction

Docker-Webmin

dockerfile for webmin

Download Webmin file:
  https://prdownloads.sourceforge.net/webadmin/webmin_1.994_all.deb
Web Page Url:
  https://www.webmin.com/download.html

Building the image

sudo git clone https://github.com/dursuntokgoz/Docker-Webmin-PPTPD.git
cd Docker-Webmin-PPTPD
sudo docker build -t webmin/vpn .

Export the image

sudo docker save webmin/vpn -o docker.vpn-Webmin.tar

Import the image

sudo docker load -i docker.vpn-Webmin.tar

Running the container

sudo docker run --name PPTPd-Service -d --privileged --cap-add=NET_ADMIN   --cap-add=SYS_MODULE   --sysctl="net.ipv4.conf.all.src_valid_mark=1"   --sysctl="net.ipv4.ip_forward=1"   --restart unless-stopped --env ROOT_PASSWORD="pass" --publish 10000:10000/tcp  --publish 1723:1723/tcp  --publish 1723:1723/udp  --publish 47:47/tcp  --publish 47:47/udp webmin/vpn

Log into webmin and manage your server

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

Root Password Change : /usr/share/webmin/changepass.pl /etc/webmin root pass

docker-webmin-pptpd's People

Contributors

fribox avatar dursuntokgoz avatar

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.