johanels / docker-SambaNetatalkRclone

Docker image with Samba, Netatalk and Rclone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Samba, NetTalk and Rclone

Build a Docker image based from Alpine Linux and inject rclone.

The idea is to start a SMB/AFP server with cache rclone Cloud storage mounts.

docker build . -t ultimate
docker run \
  --name ultimate \
  -it \
  -p 139:139 \
  -p 445:445 \
  -p 548:548 \
  -p 5353:5353 \
  ultimate ash

About

Docker image with Samba, Netatalk and Rclone


Languages

Language:Shell 69.6%Language:Dockerfile 30.4%