From ab2a5be179b01f6f12f33bd4de263771e4db97ee Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Thu, 8 Feb 2024 14:44:19 -0800 Subject: [PATCH] Updated Docker (markdown) --- Docker.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Docker.md b/Docker.md index 3c00dfa..5c709d0 100644 --- a/Docker.md +++ b/Docker.md @@ -34,7 +34,9 @@ docker pull archivebox/archivebox
--- -> *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!* ➡️ +> Check to make sure your installed Docker version is [new enough](https://docs.docker.com/compose/compose-file/): +> `docker --version # must be >= 17.04.0` ---
@@ -43,18 +45,14 @@ docker pull archivebox/archivebox ## Docker Compose -An ArchiveBox [`docker-compose.yml`](https://github.com/ArchiveBox/ArchiveBox/blob/main/docker-compose.yml) file is provided with all the extras included. -You can uncomment sections to enable extra features, or run the basic version as-is. - -*Make sure you have a Docker version that's [new enough](https://docs.docker.com/compose/compose-file/) to support `version: 3.9` format!* -```bash -docker --version # must be >= 17.04.0 -``` -
### Setup +A full [`docker-compose.yml`](https://github.com/ArchiveBox/ArchiveBox/blob/main/docker-compose.yml) file is provided with all the extras included. +You can uncomment sections within it to enable extra features, or run the basic version as-is. + + ```bash # create a folder to store your data (can be anywhere) mkdir ~/archivebox && cd ~/archivebox