Sign inSign up

yoguivictor/syncthing

By yoguivictor

•Updated almost 11 years ago

Image
0

1.2K

yoguivictor/syncthing repository overview

⁠sync

The sync image provides a Docker container running SyncThing⁠.

⁠Usage

In order to run a basic container capable of shares volumes from another container, start a container as follows:

docker run 	--name some-sync --volumes-from data-container \
	-v /path-sync-config:/config \
	-p 22000:22000 \
	-d near/sync

IMPORTANT: TCP port 22000 must be open in one of nodes.

⁠Getting Started

Take a look at the getting started guide⁠.

There are a few examples for keeping syncthing running in the background on your system in the etc directory⁠.

There is an IRC channel, #syncthing on Freenode, for talking directly to developers and users.

Tag summary

Content type

Image

Digest

sha256:3c8d6d141…

Size

65.3 MB

Last updated

about 11 years ago

docker pull yoguivictor/syncthing