Sign inSign up

filedash/samba

By filedash

•Updated 12 months ago

A containerized Samba file server solution with multi-user support and easy deployment

Image
0

7.2K

filedash/samba repository overview

⁠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.

Tag summary

Content type

Image

Digest

sha256:82f174ee5…

Size

90.3 MB

Last updated

12 months ago

docker pull filedash/samba