We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c11b93 commit 0fd5d6cCopy full SHA for 0fd5d6c
1 file changed
README.md
@@ -16,8 +16,7 @@
16
## Example docker compose
17
18
> [!TIP]
19
-> Replace `murilomarinho/coppeliasim:latest` with your desired image.\
20
-> Notice that `$COPPELIASIM_PATH` is defined in the container.
+> You can replace `murilomarinho/coppeliasim:latest` with your desired image.
21
22
Contents of the `compose.yml`.
23
@@ -38,9 +37,16 @@ services:
38
37
&& ./coppeliaSim.sh "
39
```
40
+> [!TIP]
41
+> You can send commandline arguments to `coppeliaSim.sh`
42
+> as defined in the [official documentation](https://manual.coppeliarobotics.com/en/commandLine.htm).
43
+
44
Which can be run in the same directory with
45
46
```commandline
47
xhost +local:root
48
docker compose up
-```
49
+```
50
51
52
0 commit comments