Docker file to build the gHN distribution image
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Antonio Calanducci 94b1ce4709 Stop tracking .DS_Store 4 months ago
src Revert the latest commit modification (the publisher is updated by the resource manager image) 4 months ago
.dockerignore First commit. 3 years ago
.gitignore Add .DS_Store to .gitignore 4 months ago
Dockerfile Revert the latest commit modification (the publisher is updated by the resource manager image) 4 months ago
JenkinsFile Trying to fix resource manager build via jenkins 4 months ago
LICENSE Initial commit 3 years ago
README.md Restore logs to ERROR level 5 months ago

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