Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.23 KB

File metadata and controls

39 lines (27 loc) · 1.23 KB

Docker Samba Server

A simple, containerized Samba file server for easy network file sharing.

License: MIT Docker Hub

Quick Start

# Pull and run
docker pull filedash/samba
docker run -d -p 139:139 -p 445:445 -v ./storage:/mount/storage filedash/samba

Features

  • 🐳 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

Access Your Files

  • Windows: \\<server-ip>
  • macOS: smb://<server-ip>
  • Linux: smb://<server-ip>

Documentation

License

MIT License - see LICENSE file for details.