From 1addc62b58b95452e3adb7bc5b596cd1fb4a4afa Mon Sep 17 00:00:00 2001 From: b3vis Date: Mon, 15 Aug 2016 09:51:23 +0100 Subject: [PATCH] Updated README --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f4ccb44..927ea63 100755 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ -# Borg Backup Server Container +## Borg Backup Server Container +![alt text](https://borgbackup.readthedocs.io/en/stable/_static/logo.png "Borgbackup") -## Description +### Description My take on a Borgbackup Server as a Docker container to facilicate the backing up of remote machines using [Borgbackup](https://github.com/borgbackup) --- -## Dockerfile +### Dockerfile ``` FROM alpine:latest MAINTAINER b3vis @@ -25,7 +26,7 @@ CMD ["/usr/bin/supervisord"] ``` --- -## Usage +### Usage I personally like to split my ssh keys out of the main container to make updates and management easier. To achieve this I create a persistent storage container;