Docker file to build the gHN distribution image
Go to file
Antonio Calanducci 94b1ce4709 Stop tracking .DS_Store 2023-12-22 10:23:05 +01:00
src Revert the latest commit modification (the publisher is updated by the resource manager image) 2023-12-21 15:20:07 +01:00
.dockerignore First commit. 2021-08-09 18:04:31 +02:00
.gitignore Add .DS_Store to .gitignore 2023-12-22 10:22:34 +01:00
Dockerfile Revert the latest commit modification (the publisher is updated by the resource manager image) 2023-12-21 15:20:07 +01:00
JenkinsFile Trying to fix resource manager build via jenkins 2023-12-19 17:15:43 +01:00
LICENSE Initial commit 2021-08-03 18:08:00 +02:00
README.md Restore logs to ERROR level 2023-11-10 11:44:52 +01: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 gcore-distribution .

Run the image

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