8000 GitHub - carolinapunk/webmin-samba-docker: Docker container based on ubuntu running a samba server, with a webmin webui.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

carolinapunk/webmin-samba-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

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 -p 139:139 -p 445:445 -v /path/on/host:/media/storage piersonjarvis/webmin-samba

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.

About

Docker container based on ubuntu running a samba server, with a webmin webui.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 69.7%
  • Shell 30.3%
0