vremodeler-image/README.md

16 lines
298 B
Markdown
Raw Permalink Normal View History

2023-11-22 13:22:05 +01:00
# VRE Modeler Docker image
This repo contains the Dockerfile to build the image of the gCore VRE Modeler service
## Build the image
```shell
$ docker build -t vremodeler-image .
```
## Test the image
```shell
2023-11-22 13:26:05 +01:00
$ docker container run --name d4science/gcore-vremodeler-image vremodeler-image
2023-11-22 13:22:05 +01:00
```