geosolutions-it/docker-geoserver

Name: docker-geoserver

Owner: GeoSolutions

Description: Docker Image for GeoServer

Created: 2017-05-29 11:55:21.0

Updated: 2018-03-26 13:29:35.0

Pushed: 2018-05-10 10:18:10.0

Homepage: null

Size: 11

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Build Status

docker-geoserver

Dockerfile to build a Docker image for GeoServer. Built image available on Docker Hub

How to run it

Pull the image from Docker Hub

docker pull geosolutionsit/geoserver

And run it

docker run --name gs -p 8080:8080 geosolutionsit/geoserver

Open your browser and point it to http://localhost:8080/geoserver . GeoServer web interface will show up

There are some environment variables you can use at run time:

How to build it

If you want to build the image by yourself just run docker build from the root of the repository

 docker build -t geoserver:test .

There are a number of build arguments you can use for customization:


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.