Docker file to build the gHN distribution image
Go to file
Antonio Calanducci 28dcff38ea Update start-container script to check if data are already on NFS 2023-11-06 16:16:58 +01:00
src Update start-container script to check if data are already on NFS 2023-11-06 16:16:58 +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 Update permissions to files in gcube homedir 2023-11-06 14:00:13 +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 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