/geoserver-alpine

Dockerfile for geoserver based on Alpine Linux.

Supported tags and respective Dockerfile links

What is GeoServer?

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.

GeoServer_200.png

wiki: wikipedia.org | site: geoserver.org | documentation: docs.geoserver.org | repository: github.com

Image description

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

How to use this image

Start a GeoServer instance

$ docker run -d winsent/geoserver-alpine

You can test it by visiting http://container-ip:8080

Using a custom GeoServer data directory

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

License

GeoServer licensed under the GPL.

Other GIS containers

  • Geoserver on Ubuntu (link)
  • OSM tools (link)
  • Nominatim (link)
  • OSRM backend (link)
  • OSRM frontend (link)

User Feedback

Issues

If you have any problems or questions about this image, please contact me through a Bitbucket issue or email pipetc@gmail.com.