Skip to content

Commit

Permalink
Updated docker instruction to use the pre-built image
Browse files Browse the repository at this point in the history
  • Loading branch information
lrdossan committed Nov 21, 2024
1 parent 539bf60 commit 40b4772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caimira/docs/mkdocs/docs/root/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

Expand Down

0 comments on commit 40b4772

Please sign in to comment.