Skip to content

Simple containerized Samba server running on Alpine Linux for use with your own smb.conf

Notifications You must be signed in to change notification settings

franc01s/docker-samba-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Samba server

Docker Pulls

Samba 4 server running under s6 overlay on Alpine Linux. Runs both smbd and nmbd services.

Configuration

See example directory for sample config file.

Quickstart

samba:
  image: joebiellik/samba-server

  volumes:
    # You must provide a Samba config file
    - ./smb.conf:/config/smb.conf

    # Shares
    - ~/projects:/mnt/projects
    - ~/videos:/mnt/videos:ro

  ports:
    - "137:137/udp"
    - "138:138/udp"
    - "139:139/tcp"
    - "445:445/tcp"

  environment:
    - USERNAME=joe
    - PASSWORD=samba

About

Simple containerized Samba server running on Alpine Linux for use with your own smb.conf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published