is-registry-service-image/README.md

16 lines
292 B
Markdown
Raw Permalink Normal View History

2023-09-25 16:58:14 +02:00
# IS Registry Service Docker image
2023-09-25 16:50:54 +02:00
2023-09-25 16:58:14 +02:00
This repo contains the Dockerfile to build the image of the gCore IS Registry service
## Build the image
```shell
$ docker build -t is-registry-service .
```
## Test the image
```shell
$ docker container run --name is-registry is-registry-service
```