From d81eee26b3334652e5bc7b17f9824ffebf5542e2 Mon Sep 17 00:00:00 2001 From: Jan Niggemann Date: Sat, 7 Oct 2017 16:03:08 +0200 Subject: [PATCH] doc: Add info on docker container fixes #664 --- doc/020_installation.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/020_installation.rst b/doc/020_installation.rst index 87fa6915b..5b78a6872 100644 --- a/doc/020_installation.rst +++ b/doc/020_installation.rst @@ -70,6 +70,13 @@ Pre-compiled Binary You can download the latest pre-compiled binary from the `restic release page `__. +Docker Container +**************** + +.. note:: + | A docker container is available as a contribution (Thank you!). + | You can find it at https://github.com/Lobaro/restic-backup-docker + From Source ***********