Add first comparison of resulting docker images
parent
bfab18b85b
commit
de062bd702
9
Home.md
9
Home.md
|
|
@ -19,6 +19,11 @@ Comparison of the possibilities of the Dockerfile:
|
||||||
| Allow to burn a local data dir<br>to the resulting image | :x: | :heavy_check_mark: |
|
| Allow to burn a local data dir<br>to the resulting image | :x: | :heavy_check_mark: |
|
||||||
| Allow to add custom fonts to<br>the resulting image | :x: | :x: |
|
| Allow to add custom fonts to<br>the resulting image | :x: | :x: |
|
||||||
|
|
||||||
Comparison of a resulting Dockerimage:
|
Comparison of the resulting Dockerimages:
|
||||||
|
|
||||||
TODO
|
| Feature | PR1 (terrestris) | PR2 (geosolutions) |
|
||||||
|
|------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------|
|
||||||
|
| Image Size | 762 MB | 1,1 GB |
|
||||||
|
| Starts up with the default data directory | :x: | :heavy_check_mark: |
|
||||||
|
| Install extensions dynamically on startup<br>(based on given configuration/env) | :heavy_check_mark:<br>`docker run -it --rm -p 8888:8080 --name geoserver -e DOWNLOAD_EXTENSIONS='true' -e STABLE_EXTENSIONS='wps,csw' terrestris/geoserver:2.19.0_GSIP-192` | :x: |
|
||||||
|
| Allows basic configuration via environment variables<br>(GS Data dir, Memory Size) | :heavy_check_mark: | :heavy_check_mark: |
|
||||||
Loading…
Reference in New Issue