d3vilh/samba-docker

By d3vilh

Updated over 2 years ago

Simple but fast samba server which lives in tiny Alpine Linux container.

Image
Networking
Content management system
Databases & storage
0

666

d3vilh/samba-docker repository overview

samba-docker

Simple but fast samba server which lives in tiny Alpine Linux container.

latest version Docker Image Version (tag latest semver) Docker Image Size (tag)

Quickstart

samba:
  image: d3vilh/samba-docker:latest
  hostname: samba
  container_name: samba

  volumes:
    # Sharing Samba config file
    - ./smb.conf:/etc/samba/smb.conf

    # Shares
    - ~/files:/mnt/files
    - ~/torrents:/mnt/torrents :ro

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

  environment:
    - USERNAME=raspberry
    - PASSWORD=gateway
    # - UID=1000 # Optional to override default UID = 1000
    # - GID=1000 # Optional to override default GID = 1000

Build own image

./build-image.sh

Buy Me A Coffee

Tag summary

Content type

Image

Digest

sha256:f3fb32d12

Size

18.8 MB

Last updated

over 2 years ago

docker pull d3vilh/samba-docker