Update README.md

This commit is contained in:
piersonjarvis 2018-09-11 22:18:36 -07:00 committed by GitHub
parent bbdaab3530
commit 1e996d866e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,10 @@
# webmin-samba-docker # webmin-samba-docker
Docker container based on ubuntu running a samba server, with a webmin webui. Docker container based on ubuntu running a samba server, with a webmin webui.
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.
Example: docker run -d -p 80:80 -v /path/on/host:/media/storage piersonjarvis/webmin-samba