From 6c0effb77c1de6e764ae6da35de6a7280a1363e9 Mon Sep 17 00:00:00 2001 From: b3vis Date: Mon, 15 Aug 2016 09:56:51 +0100 Subject: [PATCH] formatting completed --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 17b583f..0339817 100755 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ### 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 ``` FROM alpine:latest @@ -44,6 +44,4 @@ docker create \ ``` ### Note - After creating the container you will need to start the container add your own public keys ----