From 5cc6d1af4ba7d9e782284efa4b89803bd8b33ce1 Mon Sep 17 00:00:00 2001 From: Brett Date: Wed, 12 Jan 2022 15:57:17 +0100 Subject: [PATCH] More README changes --- README.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.txt b/README.txt index a769c0e..022f23c 100644 --- a/README.txt +++ b/README.txt @@ -16,6 +16,8 @@ out of the build and hence will not show with an "inspect image" command Do we pre-build a CKAN image and use that (and extend) as the base image OR just build it from scratch and while saving to storage what we need to +To use local storage for the ckan.ini file and the CKAN src code, do the following: + # docker-compose up -d --build # mkdir local # docker cp ckan:/srv/app/ckan.ini ./local/ckan.ini