Sign inSign up

boonen/geoserver

By boonen

Updated almost 7 years ago

An opinionated, ready-to-use build of GeoServer, the open source mapping server.

Image
0

1.6K

boonen/geoserver repository overview

GeoServer in Docker

This repository delivers an opinionated, ready-to-use build of GeoServer, the open source mapping server. In comparison with the default distribution (as available from http://geoserver.org/release/stable/) this image has the following changes:

This repository always delivers GeoServer stable, maintenance and beta versions based on tje Java 11 distributions of OpenJ9 and OpenJDK. The version and JVM type can be found in the image tag:

  • latest -> current stable version running on OpenJDK
  • stable-openjdk
  • stable-openj9
  • maintenance-openjdk
  • maintenance-openj9
  • beta-openjdk
  • beta-openj9
Which version to choose?

If you're concerned about memory usage, choose the OpenJ9 versions (it uses ~ 30-40% less RAM). Otherwise go with the OpenJDK versions.

Getting started

Use the following Docker command to start the server:

docker run --name geoserver -p 8080:8080 boonen/geoserver:latest
Configuring your container

TODO: add documentation on available ENV variables.

Tag summary

Content type

Image

Digest

Size

457.6 MB

Last updated

almost 7 years ago

docker pull boonen/geoserver