first commit

This commit is contained in:
Antonio Calanducci 2023-11-16 19:02:08 +01:00
commit f0343616f7
1 changed files with 15 additions and 0 deletions

15
README.md Normal file
View File

@ -0,0 +1,15 @@
# 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
```