summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJakob Borg <jakob@kastelo.net>2019-09-22 11:33:29 +0100
committerGitHub <noreply@github.com>2019-09-22 11:33:29 +0100
commitc744a75cddb724857f5081eabae00315ddfa8a48 (patch)
tree0917aa5906bf6727ccd4d5d569a9e4b64629a4cb /README.md
parent35b699dc77a23df3511940fb58d78a47308259fe (diff)
docker: Make it easy to disable the GUI, document it (#6021)
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 894ab4c251..cb5ba8a3fa 100644
--- a/README.md
+++ b/README.md
@@ -62,6 +62,10 @@ There are a few examples for keeping Syncthing running in the background
on your system in [the etc directory][3]. There are also several [GUI
implementations][11] for Windows, Mac and Linux.
+## Docker
+
+To run Syncthing in Docker, see [the Docker README](16).
+
## Vote on features/bugs
We'd like to encourage you to [vote][12] on issues that matter to you.
@@ -110,4 +114,5 @@ All code is licensed under the [MPLv2 License][7].
[13]: https://github.com/syncthing/syncthing/blob/master/GOALS.md
[14]: assets/logo-text-128.png
[15]: https://syncthing.net/
+[16]: https://github.com/syncthing/syncthing/blob/master/README-Docker.md