2
2
mirror of https://github.com/octoleo/restic.git synced 2024-11-26 06:46:34 +00:00

Merge pull request #1340 from jniggemann/fix-664

doc: Add info on docker container
This commit is contained in:
Alexander Neumann 2017-10-08 09:44:34 +02:00
commit 513ba3b6f7

View File

@ -70,6 +70,13 @@ Pre-compiled Binary
You can download the latest pre-compiled binary from the `restic release You can download the latest pre-compiled binary from the `restic release
page <https://github.com/restic/restic/releases/latest>`__. page <https://github.com/restic/restic/releases/latest>`__.
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 From Source
*********** ***********