You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/deployment/docker/running-jobs.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ If you want to build docker image by yourself, you can download the [Dockerfile]
26
26
docker build -t repositoryname:tag .
27
27
28
28
# example:
29
-
# docker build -t twister2/standalone:0.2.1 .
29
+
# docker build -t twister2/standalone:0.3.0 .
30
30
```
31
31
32
32
## Running The Container
@@ -39,10 +39,10 @@ docker run -it twister2/standalone bash
39
39
40
40
## Running Jobs
41
41
42
-
Docker image contains the source code and prebuilt twister2. Prebuilt twister2 is in the `~/twister2-0.2.1` So, make sure that you are in that directory
42
+
Docker image contains the source code and prebuilt twister2. Prebuilt twister2 is in the `~/twister2-0.3.0` So, make sure that you are in that directory
43
43
44
44
```bash
45
-
cd~/twister2-0.2.1
45
+
cd~/twister2-0.3.0
46
46
```
47
47
48
48
In order to run a job you can use the following command on the interactive bash session
This will build twister2 distribution in the file:
72
72
73
73
```bash
74
-
bazel-bin/scripts/package/twister2-0.2.1.tar.gz
74
+
bazel-bin/scripts/package/twister2-0.3.0.tar.gz
75
75
```
76
76
77
77
If you want to modify the twister2 code and test without installing all the dependencies to your machine, you can mount the directory to the docker container:
0 commit comments