mirror of
https://github.com/sogis/docker-geoserver.git
synced 2026-08-26 00:24:23 +00:00
Read-only mirror of https://github.com/sogis/docker-geoserver — Kanton Solothurn. Issues & pull requests at the source.
- Dockerfile 95.9%
- Shell 4.1%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .github/workflows | ||
| conf | ||
| fonts | ||
| .gitignore | ||
| Dockerfile | ||
| Dockerfile.graalvm | ||
| LICENSE | ||
| README.md | ||
| start.sh | ||
docker-geoserver
Building
docker build -t sogis/geoserver:2.20.1 .
The image is built automatically by Github Action and is available from https://hub.docker.com/r/sogis/geoserver.
Usage
docker run --rm --name sogis-geoserver -p 8080:8080 -v /Users/stefan/tmp/data_dir:/var/local/geoserver/data sogis/geoserver:2.20.1
Set CATALINA_OPTS env var for tuning JVM.
Plugins
The following plugins are added:
- (monitor)
- control-flow
- pyramid
docker run --rm --name sogis-geoserver -p 8080:8080 sogis/geoserver-graalvm:2.20.1