From 31772223dfb2e833ed1faf717f8fb3458372a1a0 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Thu, 8 Feb 2024 13:39:10 -0800 Subject: [PATCH] Updated Docker (markdown) --- Docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker.md b/Docker.md index 42eec1f..d1a58e5 100644 --- a/Docker.md +++ b/Docker.md @@ -189,7 +189,7 @@ docker run -it -v $PWD:/data archivebox/archivebox add --depth=1 'https://exampl ### Accessing the data -Use the `docker run` `-v /path/on/host:/path/inside/container` flag to specify where you want your data to live on the host. +Use the `docker run` `-v /path/on/host:/path/inside/container` flag to specify where you want your data to live. For example to use a folder on an external USB drive (instead of the current directory `$PWD` or `~/archivebox`): ```bash