docker-library/docs

https://hub.docker.com/_/geonetwork

k-eight-v opened this issue · 3 comments

On this site is info about v3, but i need info about v4. Cause v4 does no come up with this command: docker run --name some-geonetwork -d -p 8080:8080 geonetwork

Indeed there isn't documentation about how to run GN4 there yet. However you can find a docker-compose.yml file with an example at https://github.com/geonetwork/docker-geonetwork/blob/main/4.2.2/docker-compose.yml.

Some more info in the README.md.

Indeed there isn't documentation about how to run GN4 there yet. However you can find a docker-compose.yml file with an example at https://github.com/geonetwork/docker-geonetwork/blob/main/4.2.2/docker-compose.yml.

Some more info in the README.md.

@juanluisrp +1 for providing an example.

A small suggestion: if you are proxying everything through nginx, maybe you don't need to publish the elastic and geonetwork ports, here and here?