From 940e5d6b4f0eab12398dde1fc9872ba564b00821 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 26 Feb 2019 21:11:41 -0500 Subject: [PATCH] Updated Docker (markdown) --- Docker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docker.md b/Docker.md index 46f86f3..8067dad 100644 --- a/Docker.md +++ b/Docker.md @@ -1,8 +1,8 @@ # Overview -Make sure you have Docker installed and set up on your machine before following these instructions. +Running ArchiveBox with Docker allows you to manage it in a container without exposing it to the rest of your system. Usage with Docker is similar to usage of ArchiveBox normally, with a few small differences. -If you don't already have Docker installed, follow the official install instructions for Linux, macOS, or Windows here: https://docs.docker.com/install/#supported-platforms. +Make sure you have Docker installed and set up on your machine before following these instructions. If you don't already have Docker installed, follow the official install instructions for Linux, macOS, or Windows here: https://docs.docker.com/install/#supported-platforms. - [Overview](#) - [Docker Compose](#docker-compose) (recommended way)