vremodeler-image/README.md

16 lines
299 B
Markdown
Raw 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
$ docker container run --name d4science/gcore-vremodeler -image vremodeler-image
```