Docker file to build the gHN distribution image
Go to file
Antonio Calanducci a239273b13 Remove symlink creation in gcube-start-container 2023-11-23 15:37:36 +01:00
src Remove symlink creation in gcube-start-container 2023-11-23 15:37:36 +01:00
.DS_Store Update permissions to files in gcube homedir 2023-11-06 14:00:13 +01:00
.dockerignore First commit. 2021-08-09 18:04:31 +02:00
.gitignore Initial commit 2021-08-03 18:08:00 +02:00
Dockerfile Restore logs to ERROR level 2023-11-10 11:44:52 +01: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 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