From d1d3758bdf7ba31b3b67e0389043cce8b48b94a6 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Thu, 8 Feb 2024 14:33:21 -0800 Subject: [PATCH] Updated Docker (markdown) --- Docker.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Docker.md b/Docker.md index c6afcad..ba0b127 100644 --- a/Docker.md +++ b/Docker.md @@ -4,7 +4,8 @@ Running ArchiveBox with Docker allows you to manage it in a container without exposing it to the rest of your system. ArchiveBox generally works the same in Docker as it does outside Docker. You can even use `pip`-installed ArchiveBox and Docker ArchiveBox in tandem, as they both share the same data directory format. -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. +> *Make sure you have Docker installed before following these instructions!* +> https://docs.docker.com/install/#supported-platforms ➡️