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- 🐳 Easy deployment with Docker
- 👥 Multi-user support with individual shares
- 🔐 Secure SMB2/SMB3 authentication
- ⚙️ Simple configuration via text files
- 🎯 Proper permissions with UID/GID mapping
- Windows:
\\<server-ip> - macOS:
smb://<server-ip> - Linux:
smb://<server-ip>
- � Deployment Guide - Getting started
- ⚙️ Configuration Guide - User management and settings
- 🗂️ Mounting Guide - OS-specific connection instructions
- 🔧 Troubleshooting Guide - Common issues and solutions
MIT License - see LICENSE file for details.