Latest GeoNetwork over official tomcat image, with separate data_dir
2.1K
Keeping this image for historical reasons, but I strongly encourage you to use the new official GeoNetwork image instead.
Docker container running GeoNetwork
Forked from eliotjordan/geonetwork-docker
Pull image from docker hub.
docker pull oscarfonts/geonetwork
Use local Dockerfile to build image.
docker build -t geonetwork .
docker run -v $PWD/data_dir:/var/local/geonetwork --name geonetwork -d -p 8888:8080 oscarfonts/geonetwork
docker logs -f geonetwork 2>&1 # works as tail -f catalina.out
docker stop geonetwork
docker rm geonetwork
Content type
Image
Digest
Size
502.9 MB
Last updated
almost 10 years ago
docker pull oscarfonts/geonetwork