resource-manager-image/README.md

16 lines
329 B
Markdown
Raw Normal View History

2023-11-16 19:02:08 +01:00
# Resource Manager Service Docker image
This repo contains the Dockerfile to build the image of the gCore Resource Manager service
## Build the image
```shell
$ docker build -t resource-manager-image .
```
## Test the image
```shell
$ docker container run --name d4science/gcore-resource-manager resource-mamager-image
```