Skip to content

johanels/docker-SambaNetatalkRclone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published