Sign inSign up

stanvit/syncthing

By stanvit

Updated over 10 years ago

Minimal Syncthing Docker image based on Alpine Linux

Image
0

476

stanvit/syncthing repository overview

Minimal Syncthing Docker image

This Docker image is based on the minimal Alpine Linux image.

Features

  • Minimal size: 23Mb uncompressed, 9Mb compressed
  • Ability to set arbitrary UID for the data and config files, so it could be ran on a desktop system or share data with other instances

Creating an instance

docker run -d --name=syncthing \
-p 8384:8384 -p 22000:22000 -p 21027:21027/udp \
-v syncthing-data:/Data -v syncthing-config:/Config \
-e SYNCTHING_USERID=1003 \
stanvit/syncthing

The SYNCTHING_USERID environment variable defines the UID of configuration and data files stored at the corresponding volumes.

/Data volume keeps the "default" Syncthing folder

/Config volume is used to store Syncthing configuration file, keys certificates and databases.

Tag summary

Content type

Image

Digest

Size

8.4 MB

Last updated

over 10 years ago

docker pull stanvit/syncthing