terrestris / docker-geoserver

A basic docker geoserver image with JAI and marlin renderer running on tomcat
22 stars 21 forks source link

Add libs before starting the tomcat #2

Closed buehner closed 5 years ago

buehner commented 5 years ago

By adding something like

--mount src="/dir/with/libs/on/host",target=/opt/additional_libs,type=bind

to your docker run command you can easily add libs to a "fix" docker image. Note: The target value should not be changed.

Please review @hwbllmnn