Skip to content

filedash/samba

Repository files navigation

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.

About

Dockerized samba server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •