Docker file to build the gHN distribution image
Go to file
Antonio Calanducci f0b0bb3b1d Update ghn distro to the latest production release and try to fix logging to stdout 2023-10-25 10:48:00 +02:00
src Update ghn distro to the latest production release and try to fix logging to stdout 2023-10-25 10:48:00 +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 Update ghn distro to the latest production release and try to fix logging to stdout 2023-10-25 10:48:00 +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