From de062bd7020d23b5e5e468264b911d53373357a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20B=C3=BChner?= Date: Fri, 26 Mar 2021 14:25:23 +0100 Subject: [PATCH] Add first comparison of resulting docker images --- Home.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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