Docker file to build the gHN distribution image
Go to file
Roberto Cirillo fbbc8184de Update 'JenkinsFile'
add trigger to is-collector too
2023-10-12 16:24:44 +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 Set timezone to Europe/Rome 2023-10-11 16:49:12 +02:00
JenkinsFile Update 'JenkinsFile' 2023-10-12 16:24:44 +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