Update README.md
This commit is contained in:
parent
248550d714
commit
a7d7869561
19
README.md
19
README.md
|
@ -81,22 +81,7 @@ This will start a new container, displaying the standard output in your terminal
|
||||||
|
|
||||||
## CKAN images
|
## CKAN images
|
||||||
|
|
||||||
```
|
![ckan images](https://user-images.githubusercontent.com/54408245/179505115-f92b7a66-e4c6-495c-8f33-8accdb51fce7.png)
|
||||||
+-------------------------+ +----------+
|
|
||||||
| | | |
|
|
||||||
| openknowledge/ckan-base +----------------> ckan | (production)
|
|
||||||
| | | |
|
|
||||||
+-----------+-------------+ +----------+
|
|
||||||
|
|
|
||||||
|
|
|
||||||
+-----------v------------+ +----------+
|
|
||||||
| | | |
|
|
||||||
| openknowledge/ckan-dev +-----------------> ckan | (development)
|
|
||||||
| | | |
|
|
||||||
+------------------------+ +----------+
|
|
||||||
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
The Docker images used to build your CKAN project are located in the `ckan/` folder. There are two Docker files:
|
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
|
## 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.
|
||||||
|
|
Loading…
Reference in New Issue