
chbrandt/geoserverDocker container for GeoServer on top of Apache Tomcat, using the Web Archive distribution package.
For docker images already built, check DockerHub' chbrandt/geoserver.
Container settings:
8080 (Tomcat's default)admingeoserverGEOSERVER_DATA_DIR='/var/lib/geoserver_data'Run the (latest) container:
bash$ docker run -p 8080:8080 chbrandt/geoserver
Give it a data directory to copy/publish:
bash$ docker run -v $PWD/data:/data \ -p 8080:8080 chbrandt/geoserver
Then go to your browser' http://localhost:8080/geoserver.
If you want to create an image for a particular version of GeoServer you can
give docker build an argument specifying it:
bash$ cd dockerfile/ $ docker build --build-arg GEOSERVER_VERSION=2.15.3 -t my_geoserver .
By default, the data is stored under data/ in the root of GeoServer installation,
in a Tomcat/WAR setup it is at ${CATALINA_HOME}/webapps/geoserver/data/.
To change it one can define an environment variable 'GEOSERVER_DATA_DIR'
defining the path to use instead. E.g.,
$ docker run -e GEOSERVER_DATA_DIR='/var/lib/geoserver_data' \ -p 8080:8080 chbrandt/geoserver
See GeoServer' docs on data-directory


manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务