From 8e18f2a7d8f4446eed82d5f3f23d38053676b3dc Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Thu, 8 Feb 2024 14:35:02 -0800 Subject: [PATCH] Updated Docker (markdown) --- Docker.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Docker.md b/Docker.md index 3b2163b..4222b3b 100644 --- a/Docker.md +++ b/Docker.md @@ -20,6 +20,8 @@ Running ArchiveBox with Docker allows you to manage it in a container without ex - [Accessing the data](#accessing-the-data-1) - [Configuration](#configuration-1) +
+ **Official Docker Hub image:** [`hub.docker.com/r/archivebox/archivebox`](https://hub.docker.com/r/archivebox/archivebox) ```bash docker pull archivebox/archivebox @@ -28,10 +30,11 @@ 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!* ➡️
+--- +> *Make sure you **[install Docker](https://docs.docker.com/install/#supported-platforms)** before following the instructions below!* ➡️ ---