From 86f248e72e296c4be50010e0fd1e3a2df86e48a3 Mon Sep 17 00:00:00 2001 From: Jez McKinley Date: Thu, 11 Feb 2021 23:30:55 +0000 Subject: [PATCH] Adding a line to get the sonic.cfg and mount it in the container as you will not have an etc/sonic folder if you do not have the repo checked out. Sonic will not start without it. --- Docker.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Docker.md b/Docker.md index cb2d82f..9094c27 100644 --- a/Docker.md +++ b/Docker.md @@ -51,6 +51,8 @@ Docker version 18.09.1, build 4c52b90 # must be >= 17.04.0 ```bash mkdir archivebox && cd archivebox wget https://raw.githubusercontent.com/ArchiveBox/ArchiveBox/master/docker-compose.yml +mkdir -p etc/sonic +wget https://raw.githubusercontent.com/ArchiveBox/ArchiveBox/dev/etc/sonic/config.cfg -O etc/sonic/config.cfg docker-compose up -d docker-compose run archivebox init docker-compose run archivebox manage createsuperuser