GeoServer is a Java-based software server that allows users to view and edit geospatial data. Using open standards set forth by the Open Geospatial Consortium (OGC), GeoServer allows for great flexibility in map creation and data sharing.
wiki: wikipedia.org | site: geoserver.org | documentation: docs.geoserver.org | repository: github.com
Is not official GeoServer image based on Alpine-Java container (image size 447.5 MB) with JAI 1.1.3
, ImageIO 1.1
, GDAL 1.11.4
and extensions:
- ogr
- gdal
- printing
- importer
$ docker run -d winsent/geoserver-alpine
You can test it by visiting http://container-ip:8080
Make geoserver data directory and run container
$ mkdir /data/geoserver_data
$ docker run --name geoserver --restart=always -d -p 8080:8080 -v /data/geoserver_data:/opt/geoserver/data_dir winsent/geoserver-alpine
GeoServer licensed under the GPL.
- Geoserver on Ubuntu (link)
- OSM tools (link)
- Nominatim (link)
- OSRM backend (link)
- OSRM frontend (link)
If you have any problems or questions about this image, please contact me through a Bitbucket issue or email pipetc@gmail.com.