Kartoza/docker-geoserver
A simple docker container that runs GeoServer influenced by this docker recipe and maintained by Kartoza
Pre-requisite
- Geoserver - Geoserver is a data publishing and sharing tool which implements OGC Protocols
- Docker - Docker is an open-source project for automating the deployment of applications as portable, self-sufficient containers that can run on the cloud or on-premises.
Run Geoserver under 2 min
VERSION=2.19.0
docker pull kartoza/geoserver:$VERSION
docker run -p {DESIRED_PORT}:8080 kartoza/geoserver:$VERSION