|
|
||
|---|---|---|
| src | ||
| .dockerignore | ||
| .gitignore | ||
| Dockerfile | ||
| DockerfileNewJenkins | ||
| JenkinsFile | ||
| JenkinsFileNewJenkins | ||
| LICENSE | ||
| README.md | ||
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