A containerized Samba file server solution with multi-user support and easy deployment
7.2K
A simple, containerized Samba file server for easy network file sharing.
# Pull and run
docker pull filedash/samba
docker run -d -p 139:139 -p 445:445 -v ./storage:/mount/storage filedash/samba
\\<server-ip>smb://<server-ip>smb://<server-ip>MIT License - see LICENSE file for details.
Content type
Image
Digest
sha256:82f174ee5…
Size
90.3 MB
Last updated
12 months ago
docker pull filedash/samba