oscarfonts / docker-geoserver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle geoserver sample data/layers

eblondel opened this issue · comments

Hello @oscarfonts , is there a way to run this geoserver docker image with the geoserver "traditional" sample data (that comes usually with Geoserver)? Many thanks in advance

@eblondel the sample data lives inside the container, and should work by default. Just run the container without the volume mapping (-v parameter).

Just tested it:

docker run -d -p 8080:8080 oscarfonts/geoserver

And it worked:
screenshot from 2017-03-02 09-48-05