From a7d78695615cef54e9c9dcc0ea5b8308b511e2b1 Mon Sep 17 00:00:00 2001 From: Brett Jones <54408245+kowh-ai@users.noreply.github.com> Date: Mon, 18 Jul 2022 13:50:11 +0200 Subject: [PATCH] Update README.md --- README.md | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 179070b..13b6d17 100644 --- a/README.md +++ b/README.md @@ -81,22 +81,7 @@ This will start a new container, displaying the standard output in your terminal ## CKAN images -``` - +-------------------------+ +----------+ - | | | | - | openknowledge/ckan-base +----------------> ckan | (production) - | | | | - +-----------+-------------+ +----------+ - | - | - +-----------v------------+ +----------+ - | | | | - | openknowledge/ckan-dev +-----------------> ckan | (development) - | | | | - +------------------------+ +----------+ - - -``` +![ckan images](https://user-images.githubusercontent.com/54408245/179505115-f92b7a66-e4c6-495c-8f33-8accdb51fce7.png) The Docker images used to build your CKAN project are located in the `ckan/` folder. There are two Docker files: @@ -171,4 +156,4 @@ ckan ## Known Issues -* Running the tests: Running the tests for CKAN or an extension inside the container will delete your current database. We need to patch CKAN core in our image to work around that. \ No newline at end of file +* Running the tests: Running the tests for CKAN or an extension inside the container will delete your current database. We need to patch CKAN core in our image to work around that.