is-collector-service-image/README.md

16 lines
297 B
Markdown
Raw Permalink Normal View History

2023-10-11 12:51:39 +02:00
# IS Collector Service Docker image
2023-10-11 12:44:46 +02:00
2023-10-11 12:51:39 +02:00
This repo contains the Dockerfile to build the image of the gCore IS Collector service
## Build the image
```shell
$ docker build -t is-collector-service .
```
## Test the image
```shell
$ docker container run --name is-collector is-collector-service
```