ghn-distribution-image/README.md

16 lines
318 B
Markdown
Raw Permalink Normal View History

# gCore Hosting Node (gHN) distribution Docker image
2021-08-03 18:08:00 +02:00
The included Docker file will build a default image for the gHN distribution
2021-08-09 18:04:31 +02:00
## Build the image
2021-08-09 18:04:31 +02:00
```shell
2023-11-10 11:44:52 +01:00
$ docker build -t gcore-distribution .
2021-08-09 18:04:31 +02:00
```
## Run the image
```shell
2023-11-10 11:44:52 +01:00
$ docker container run --name gcore-hosting-node -p 8080:8080 gcore-distribution
2021-08-09 18:04:31 +02:00
```