Docker file to build the gHN distribution image
Go to file
Roberto Cirillo 9e3597f9f1 moved trigger build to stage 2023-10-06 14:40:43 +02:00
src add a GHNConfig.xml with defaults for scopes and infrastructure 2023-09-22 14:23:48 +02:00
.dockerignore First commit. 2021-08-09 18:04:31 +02:00
.gitignore Initial commit 2021-08-03 18:08:00 +02:00
Dockerfile Remove the undeploy of org.gcube.common.searchservice.resultsetservice 2023-10-03 15:12:09 +02:00
JenkinsFile moved trigger build to stage 2023-10-06 14:40:43 +02:00
LICENSE Initial commit 2021-08-03 18:08:00 +02:00
README.md Update README with the correct instruction to build and test the image. Remove unuseful files 2023-09-25 16:26:24 +02:00

README.md

gCore Hosting Node (gHN) distribution Docker image

The included Docker file will build a default image for the gHN distribution

Build the image

$ docker build -t ghn-distribution .

Run the image

$ docker container run --name gcore-hosting-node -p 8080:8080 ghn-distribution