Sign inSign up

evild/alpine-syncthing

By evild

Updated over 10 years ago

The smallest Docker image with Syncthing

Image
2

1.6K

evild/alpine-syncthing repository overview

Docker Stars Docker Pulls ImageLayers Size

Alpine Syncthing

This image is based on evild/alpine-base

Version

How to use this image

Basic usage
docker run -p 8080:8080 -p 22000:22000 -p 21025:21025/udp --name syncthing evild/alpine-syncthing
With config

You can also add a volume to /srv/config

docker run -p 8080:8080 -p 22000:22000 -p 21025:21025/udp \
  -v /srv/docker/syncthing/config:/srv/config \
  --name syncthing \
  evild/alpine-syncthing

How to add my data ?

It's easy, just add a volume to /srv/data/

docker run -p 8080:8080 -p 22000:22000 -p 21025:21025/udp \
  -v /srv/docker/syncthing/config:/srv/config \
  -v /folder/to/my/data:/srv/data/foldername \
  --name syncthing \
  evild/alpine-syncthing

Tag summary

Content type

Image

Digest

Size

22 MB

Last updated

over 10 years ago

docker pull evild/alpine-syncthing