From bc9ea939f66698f2875175ab4f9ed9ab3ec81a7e Mon Sep 17 00:00:00 2001 From: Dave Lage Date: Wed, 21 Feb 2018 12:46:46 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=BF=20Typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df01c451..8777f8ec 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ $ docker run -it --rm \ # How It Works -The container has a default startup mode. Any specific behavior is done by defining envrionment variables at container startup (`docker run`). The default container behavior is to start in demon mode and do incremental daily backups. +The container has a default startup mode. Any specific behavior is done by defining envrionment variables at container startup (`docker run`). The default container behavior is to start in daemon mode and do incremental daily backups. You application data must be saved inside a Docker volume. You can list your volumes with the Docker command `docker volume ls`. You have to attach the volume to the backup container using the `-v` option. Choose an arbitrary name for the folder and add the `:ro`option to make the sources read only.