From f7cf29d9e7f7887c70c141265d9f6ff9b224163b Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Thu, 8 Feb 2024 14:34:35 -0800 Subject: [PATCH] Updated Docker (markdown) --- Docker.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Docker.md b/Docker.md index ba0b127..3b2163b 100644 --- a/Docker.md +++ b/Docker.md @@ -4,9 +4,6 @@ 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 before following these instructions!* -> https://docs.docker.com/install/#supported-platforms ➡️ - - [Overview](#Overview) @@ -31,6 +28,8 @@ docker pull archivebox/archivebox - [`docker-compose.yml`](https://github.com/ArchiveBox/ArchiveBox/blob/main/docker-compose.yml) - [`archivebox-kubernetes.yml`](https://github.com/ArchiveBox/docker-archivebox/blob/master/archivebox.yml) +> *Make sure you [install Docker](https://docs.docker.com/install/#supported-platforms) before following the instructions below!* ➡️ +
---