diff --git a/CHANGELOG.md b/CHANGELOG.md index a179ef3..5b5d899 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [1.5.0] - 2021-11 +## [1.5.0] - 2021-11-20 ### Added - Support for multiple paths - Improved error handling - Allow for specific snapshot to be restored +- Docker image ### Fixed diff --git a/docs/markdown/installation.md b/docs/markdown/installation.md index 4f6d0e2..071e9c5 100644 --- a/docs/markdown/installation.md +++ b/docs/markdown/installation.md @@ -10,6 +10,10 @@ wget -qO - https://raw.githubusercontent.com/CupCakeArmy/autorestic/master/insta ## Alternatives +### Docker + +There is an official docker image over at [cupcakearmy/autorestic](https://hub.docker.com/r/cupcakearmy/autorestic). + ### Manual You can download the right binary from the release page and simply copy it to `/usr/local/bin` or whatever path you prefer. Autoupdates will still work.