legacy-is-registry-gcore-do.../README.md

22 lines
536 B
Markdown
Raw Permalink Normal View History

2023-09-08 15:46:24 +02:00
# Legacy IS Registry gCore based
An image with the legacy gCube IS-Registry
## Build the image
```shell
$ docker build -t d4science/legacy-is-registry-gcore .
```
## Run the image
The following Environment variable are needed to be set:
* **START_SCOPE** default is devNext
* **INFRASTRUCTURE** default is gcube
* **COMPLETE_START_SCOPE** default is /gcube/devNext
* **GCORE_HOST** default is localhost
```shell
$ docker container run d4science/legacy-is-registry-gcore:latest --env-file ./registry.config --name is-registry
```