Merge branch 'bugfix/docker_pre_built' into 'master'

Minor fix in docker pre-built instruction

See merge request caimira/caimira!522
This commit is contained in:
Luis Aleixo 2024-11-21 11:44:48 +01:00
commit 515c8ef118
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# 4.17.5 (November 20, 2024) # 4.17.5 (November 21, 2024)
## Features Added ## Features Added
- Mkdocs documentation - Mkdocs documentation

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). 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: 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/). This will start a local version of CAiMIRA, which can be visited at [http://localhost:8080/](http://localhost:8080/).