From 1e996d866eadae62cd1243adc2c3f92235fd1029 Mon Sep 17 00:00:00 2001 From: piersonjarvis <33534845+piersonjarvis@users.noreply.github.com> Date: Tue, 11 Sep 2018 22:18:36 -0700 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b35284a..db612d6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ # webmin-samba-docker 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