Skip to content
Snippets Groups Projects
Commit 36a068de authored by David Chazalviel's avatar David Chazalviel
Browse files

update(README): replace '1.1.0-I-b3' by '25-01-07-I'

parent aace99a4
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ Lagun docker image is available at [https://hub.docker.com/r/detocs/lagun](https
- Start docker if necessary (*e.g.* run DockerDesktop **on Windows**)
- Run Lagun image (**on Windows**, open a CMD or a PowerShell window to execute the following command):
`docker run -dp 0.0.0.0:6023:6023 detocs/lagun:1.1.0-I-b3-alpine`
`docker run -dp 0.0.0.0:6023:6023 detocs/lagun:25-01-07-I-alpine`
- Open a navigator (*e.g.* Edge, Firefox) and type `localhost:6023`
Lagun can be used either in a static or dynamic mode:
......@@ -39,14 +39,14 @@ NB: The docker image of the simulation launcher is useful only for simulators th
docker run -dp 0.0.0.0:3000:3000 `
--mount type=bind,src="$(pwd)/runningDir",target=/runningDir `
--mount type=bind,src="$(pwd)/simulator-examples",target=/simulator-examples `
detocs/lagun-simulations-launcher:1.1.0-I-b3-alpine
detocs/lagun-simulations-launcher:25-01-07-I-alpine
```
- **on Linux :**
```
docker run -dp 0.0.0.0:3000:3000 \
--mount type=bind,src="$(pwd)/runningDir",target=/runningDir \
--mount type=bind,src="$(pwd)/simulator-examples",target=/simulator-examples \
detocs/lagun-simulations-launcher:1.1.0-I-b3-alpine
detocs/lagun-simulations-launcher:25-01-07-I-alpine
```
- Open a navigator (*e.g.* Edge, Firefox) and type `localhost:3000`
- Load simulator examples:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment