Git Product home page Git Product logo

docker-geoserver's Introduction

A geoserver docker image

Based on terrestris/tomcat:

  • Alpine Linux
  • Java Server JRE 8 (unlimited JCE Policy)
  • Tomcat 8.5
  • GeoServer
    • Native Java advanced imaging (JAI) is installed
    • (but) JAI-EXT is enabled by default
    • Marlin renderer
    • Strong cryptography enabled (Hash/Digest)
    • Default logging profile: PRODUCTION
    • Default WFS service level: Basic

How to build?

docker build -t {YOUR_TAG} .

How to quickstart?

Build the image as described above, then:

docker run -it -p 80:8080 {YOUR_TAG}

or if you want to start the container daemonized:

docker run -d -p 80:8080 {YOUR_TAG}

Check http://localhost/geoserver to see the geoserver page and login with geoserver defaults admin:geoserver

How to build a specific GeoServer version?

docker build --build-arg GS_VERSION={YOUR_VERSION} -t {YOUR_TAG} .

How to build with custom geoserver data?

docker build --build-arg GS_DATA_PATH={RELATIVE_PATH_TO_YOUR_GS_DATA} .

Note: The passed path must not be absolute! Instead, the path should be within the build context (e.g. next to the Dockerfile) and should be passed as a relative path, e.g. GS_DATA_PATH=./my_data/

Can i build a specific GS version with custom data?

Yes! Just pass the --build-arg param twice, e.g.

... --build-arg GS_VERSION={VERSION} --build-arg GS_DATA_PATH={PATH} ...

How to build with additional libs/extensions/plugins?

Put your *.jar files (e.g. the WPS extension) in the additional_libs folder and build with one of the commands from above! (They will be copied to the GeoServer WEB-INF/lib folder during the build.)

Note: Similar to the GeoServer data path from above, you can also configure the path to the additional libraries by passing the ADDITIONAL_LIBS_PATH argument when building:

--build-arg ADDITIONAL_LIBS_PATH={RELATIVE_PATH_TO_YOUR_LIBS}

How to watch geoserver.log from host?

docker exec -it {CONTAINER_ID} tail -f /opt/geoserver_data/logs/geoserver.log

docker-geoserver's People

Contributors

buehner avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.