mapboss/geoserver on Tomcat 8 and JRE 8.
Example of mounting a GeoServer data directory present on the Docker host:
docker run -it -p 8080:8080 -v /data/dir/on/host:/opt/webapps/geoserver/data wetransform/geoserver-appschema
When running the image it will automatically wait for the database connection to a default PostGIS database being ready before starting GeoServer. This applies if you link a database container to this image as "db" with PostGIS default port 5432, for example:
docker run -it -p 8080:8080 --link mydbcontainer:db wetransform/geoserver-appschema
mydbcontainer in this case should be a PostGIS container with port 5432 exposed.
GS_ADMIN_PASSWORD
GS_MASTER_PASSWORD
These variables can be used to conveniently set administrator and master passwords if you do not use a custom data directory but don't want to use the default passwords (e.g. in publicly accessible test environments). Passwords are expected to provided as
digest1:hashedPasswordAndSalt) recommendedplain:password)If an admin password is provided but no master password, the admin password is used as the master password as well.
Example call:
docker run -it -p 8080:8080 -e GS_ADMIN_PASSWORD=mysecretpassword wetransform/geoserver-appschema
Tip: To create a GeoServer digest encrypted password use the provided script gsdigest.groovy <password> - it will print the prefix and the encrypted password to standard out.


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