ghn-distribution-image/README.md

16 lines
289 B
Markdown
Raw Normal View History

2021-08-03 18:08:00 +02:00
# ansible-playbook-is-registry-service
2021-08-09 18:04:31 +02:00
Playbook that creates a docker container with the IS distribution
## Build the imaage
```shell
$ docker build -t is-registry-service:v1-dev .
```
## Run the image
```shell
$ docker container run is-registry-service:v1-dev --name is-registry
```