Docker file to build the gHN distribution image
Go to file
Antonio Calanducci 130f02afbf Add gcube-data creation and move eXist's DB to NFS if the instance is a collector 2023-10-18 11:42:01 +02:00
src Add gcube-data creation and move eXist's DB to NFS if the instance is a collector 2023-10-18 11:42:01 +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 Add gcube-data creation and move eXist's DB to NFS if the instance is a collector 2023-10-18 11:42:01 +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