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.