Updated docker instruction to use the pre-built image

This commit is contained in:
lrdossan 2024-11-21 11:18:18 +01:00
parent 539bf60d02
commit 40b47722e1

View file

@ -6,7 +6,7 @@ The easiest way to run a version of CAiMIRA Calculator is to use docker. A pre-b
image of CAiMIRA is made available at [https://gitlab.cern.ch/caimira/caimira/container_registry](https://gitlab.cern.ch/caimira/caimira/container_registry).
In order to run CAiMIRA locally with docker, run the following:
$ docker run -it -p 8080:8080 gitlab-registry.cern.ch/caimira/caimira/calculator
docker run -it -p 8080:8080 -e APP_NAME='calculator-app' gitlab-registry.cern.ch/caimira/caimira/calculator-app
This will start a local version of CAiMIRA, which can be visited at [http://localhost:8080/](http://localhost:8080/).