webmin-samba-docker/README.md

13 lines
704 B
Markdown
Raw Normal View History

2018-09-12 07:15:51 +02:00
# webmin-samba-docker
2025-01-29 21:16:41 +01:00
> this is a Fork of [piersonjarvis/webmin-samba-docker](https://github.com/piersonjarvis/webmin-samba-docker)
2018-09-12 07:15:51 +02:00
Docker container based on ubuntu running a samba server, with a webmin webui.
2018-09-12 07:18:36 +02:00
This container was build with simplisity in mind.
To run this container all you need to do is pass port 80 on the host to port 80 on the contrainer, and mount the volume you wish to share to /media/storage on the container.
2018-11-16 20:16:14 +01:00
Example: docker run -d -p 80:80 -p 139:139 -p 445:445 -v /path/on/host:/media/storage piersonjarvis/webmin-samba
2018-11-19 20:01:39 +01:00
config files are stored in /data. Add -v /path/on/host:/data to the docker run command to make the configuration files availble for edit on the host.