https://github.com/thetechstech/virtualmin
Web Hosting on Docker
https://github.com/thetechstech/virtualmin
Last synced: 11 months ago
JSON representation
Web Hosting on Docker
- Host: GitHub
- URL: https://github.com/thetechstech/virtualmin
- Owner: TheTechsTech
- License: gpl-2.0
- Created: 2018-01-12T22:16:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-13T15:31:08.000Z (over 8 years ago)
- Last Synced: 2025-06-17T11:08:19.113Z (about 1 year ago)
- Language: Python
- Size: 39.1 KB
- Stars: 12
- Watchers: 1
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Virtualmin on Docker
Virtualmin installation on Ubuntu Xenial
```
docker run --name=hosting \
-v hosting-etc:/etc \
-v hosting-home:/home \
-v hosting-lib:/var/lib \
-v hosting-log:/var/log \
-v hosting-www:/var/www \
--hostname=server.virtualmin.host --net=host \
--privileged --restart always -d technoexpress/virtualmin
```
### Docker Hub
https://hub.docker.com/r/technoexpress/virtualmin/builds/ automatically builds the latest changes into images which can easily be pulled and ran with a simple `docker run` command.