From 55595eec65641aa9c774bd828c1f2405341ca681 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 16 Jan 2019 08:51:45 -0500 Subject: [PATCH] Updated Docker (markdown) --- Docker.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Docker.md b/Docker.md index 3120cd2..d81a2fa 100644 --- a/Docker.md +++ b/Docker.md @@ -5,9 +5,17 @@ If you don't already have docker installed, follow the official install instruct # Docker Compose ```bash -docker compose up +cd /path/to/ArchiveBox +docker compose up -d ``` +To add new URLs to your archive: +```bash +echo bookmarks.html | docker-compose exec archivebox archive +``` + +Then open https://127.0.0.1:8098 to view the archive. + # Docker 1. Fetch and build the ArchiveBox Docker image: