forked from xdocker/xgeoserver

Dave Foster
2016-03-19 30188dc8e12c24411e8b8728b4ddd5271d87d89c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
To include files in the container file system at arbitrary locations, build
a directory structure from / here and include the files at the desired location.
 
For example, to include a static Tomcat setenv.sh in the build, place it at:
 
resources/overlays/usr/local/tomcat/bin/setenv.sh
 
Other overlay examples include static GeoServer data directories, the Marlin renderer, etc.
 
Note that overlay files will overwrite existing destination files, and that
files in the overlay root will be copied to the container root
(e.g. resources/overlay/somefile.txt will be copied to /somefile.txt).
 
Be careful!