ghn-distribution-image/README.md

16 lines
314 B
Markdown
Raw 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
$ docker build -t ghn-distribution .
2021-08-09 18:04:31 +02:00
```
## Run the image
```shell
$ docker container run --name gcore-hosting-node -p 8080:8080 ghn-distribution
2021-08-09 18:04:31 +02:00
```