diff --git a/Home.md b/Home.md index 0344ac5..05516de 100644 --- a/Home.md +++ b/Home.md @@ -19,6 +19,11 @@ Comparison of the possibilities of the Dockerfile: | Allow to burn a local data dir
to the resulting image | :x: | :heavy_check_mark: | | Allow to add custom fonts to
the resulting image | :x: | :x: | -Comparison of a resulting Dockerimage: +Comparison of the resulting Dockerimages: -TODO \ No newline at end of file +| 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
(based on given configuration/env) | :heavy_check_mark:
`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
(GS Data dir, Memory Size) | :heavy_check_mark: | :heavy_check_mark: | \ No newline at end of file