/docker-geoserver-print

add print extension to oscarfonts/docker-geoserver

Primary LanguageScheme

docker-geoserver-print

Dockerized GeoServer with print extension.

Features

Running

Get the image:

docker pull oscarfonts/geoserver

Run as a service, exposing port 8080 and using a hosted GEOSERVER_DATA_DIR:

docker run -d -p 8080:8080 -v /path/to/local/data_dir:/var/local/geoserver oscarfonts/geoserver --name=MyGeoServerInstance

Get an empty minimal GEOSERVER_DATA_DIR structure to start with.

See the tomcat logs while running:

docker logs -f MyGeoServerInstance