Sign inSign up

ciwater/geoserver

By ciwater

•Updated about 10 years ago

This Docker provides an instance of GeoServer.

Image
1

4.5K

ciwater/geoserver repository overview

⁠GeoServer Docker

This Docker provides a GeoServer instance. The Dockerfile and context can be found in this repository:

https://github.com/CI-WATER/tethys_docker

NOTE: There are several Dockerfiles in this repository. The PostGIS Dockerfile is in the geoserver directory.

⁠Installation

There are two ways to install this Docker:

  1. Pull image from Docker repository:

     $ sudo docker pull ciwater/geoserver
    
  2. Build from source:

     $ git clone https://github.com/CI-WATER/tethys_docker.git
     $ cd tethys_docker/geoserver
     $ sudo docker build -t ciwater/geoserver .
    

⁠Run Container

Start the GeoServer Docker container as follows:

$ sudo docker run --rm -it -p 8080:8080 ciwater/geoserver

OR in deamon mode with a name:

$ sudo docker run -d -p 8080:8080 --name postgis ciwater/geoserver

Browse to http://localhost:8080/geoserver/web/⁠ to see your running geoserver.

NOTE: The above command will map the Docker's port 8080 to the host 8080. If your port 8080 is not available, modify the command to use a port that works for you. See Docker Documentation⁠ for more information about how to use Docker containers.

Tag summary

Content type

Image

Digest

sha256:f91b62c83…

Size

785.1 MB

Last updated

about 10 years ago

docker pull ciwater/geoserver