Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LAGUN_resources
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DeTOCS
LAGUN_resources
Commits
36a068de
Commit
36a068de
authored
1 month ago
by
David Chazalviel
Browse files
Options
Downloads
Patches
Plain Diff
update(README): replace '1.1.0-I-b3' by '25-01-07-I'
parent
aace99a4
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+3
-3
3 additions, 3 deletions
README.md
with
3 additions
and
3 deletions
README.md
+
3
−
3
View file @
36a068de
...
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment