From 7ce74c2bad43ccbd6312a207a66e695875458c22 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 12 Mar 2019 14:33:04 -0400 Subject: [PATCH] Updated Docker (markdown) --- Docker.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Docker.md b/Docker.md index a5837fb..25c9158 100644 --- a/Docker.md +++ b/Docker.md @@ -18,6 +18,8 @@ Make sure you have Docker installed and set up on your machine before following + [Accessing the data](#accessing-the-data-1) + [Configuration](#configuration-1) +Don't be scared by the length / complexity of these instructions. I tend to write overly verbose documentation unless scolded by someone who knows better. ArchiveBox tries to follow most Docker standards, so if you've worked with other Docker projects the setup should feel familiar. + ---