Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

dotic/docker-geoserver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeoServer

GeoServer is a OGC compliant implementation of a number of open standards such as Web Feature Service (WFS), Web Map Service (WMS), and Web Coverage Service (WCS).

Additional formats and publication options are available including Web Map Tile Service (WMTS) and extensions for Catalogue Service (CSW) and Web Processing Service (WPS).

Supported tags and respective Dockerfile links

FEATURES

INSTALL

docker pull meteofi/geoserver

or build it yourself

git clone -b 2.13 https://github.com/meteofi/docker-geoserver.git
cd docker-geoserver
docker build --rm -t meteofi/geoserver .

QUICK START

docker run -d --name geoserver -p 8080:8080  meteofi/geoserver

Admin interface: http://localhost:8080/geoserver/web/

The default administration credentials are:

  • Username: admin
  • Password: geoserver

Run with custom GeoServer data directory

docker run -d --restart=always --name geoserver -p 80:8080 \
 -v $HOME/geoserver:/usr/share/geoserver/data_dir meteofi/geoserver

data_dir must have sufficient permissions for container to have read write access.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 90.4%
  • Shell 9.6%