Update README.md

This commit is contained in:
Brett Jones 2022-07-18 13:50:11 +02:00 committed by GitHub
parent 248550d714
commit a7d7869561
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 17 deletions

View File

@ -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.
* 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.