GeoServer is a OGC compliant implementation of a number of open standards such as Web Feature Service (WFS), Web Map Service (WMS), and Web Coverage Service (WCS).
Additional formats and publication options are available including Web Map Tile Service (WMTS) and extensions for Catalogue Service (CSW) and Web Processing Service (WPS).
2.13.1
,2.13
,stable
,latest
(2.13/Dockerfile)2.12.4
,2.12
,maintenance
(2.12/Dockerfile)2.11.5
,2.11
(2.11/Dockerfile)2.10.4
,2.10
(2.10/Dockerfile)2.9.4
,2.9
(2.9.4/Dockerfile)
- build from official OpenJDK 1.8 docker image
- includes native JAI, ImageIO and Marlin Renderer for better performance
- includes plugins: CSS Styling, GRIB, Image Pyramid, MongoDB, NetCDF, Vector Tiling, WPS and YSLD Styling
- includes additional fonts: Noto, Open Sans, Roboto, Ubuntu and Lato for better labeling
- image follows recommendations in http://docs.geoserver.org/stable/en/user/production/ where applicable
- docker health check
- CORS enabled
- runs as any user, OpenShift ready
docker pull meteofi/geoserver
or build it yourself
git clone -b 2.13 https://github.com/meteofi/docker-geoserver.git
cd docker-geoserver
docker build --rm -t meteofi/geoserver .
docker run -d --name geoserver -p 8080:8080 meteofi/geoserver
Admin interface: http://localhost:8080/geoserver/web/
The default administration credentials are:
- Username: admin
- Password: geoserver
docker run -d --restart=always --name geoserver -p 80:8080 \
-v $HOME/geoserver:/usr/share/geoserver/data_dir meteofi/geoserver
data_dir must have sufficient permissions for container to have read write access.