Skip to content

Commit dcd6969

Browse files
committed
Add Dockerfile screenshots
1 parent 5c47f4f commit dcd6969

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

docs/firmware_compile.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@ For the real Wild West experience, you can also download a copy of the `release_
101101
docker build -t rtk_everywhere_firmware .
102102
```
103103

104+
![Dockerfile starting](./img/CompileSource/Dockerfile_starting.png)
105+
106+
![Dockerfile complete](./img/CompileSource/Dockerfile_complete.png)
107+
104108
* If you want to see the full build progress including the output of echo or ls, use:
105109

106110
```
@@ -113,9 +117,11 @@ docker build -t rtk_everywhere_firmware --progress=plain .
113117
docker build -t rtk_everywhere_firmware --progress=plain --no-cache .
114118
```
115119

120+
Building the Image is slow, taking several minutes. But you should only need to do it once - unless you make any changes to the Dockerfile.
121+
116122
### Compile the firmware by running the Image
117123

118-
In Docker Desktop, in the Images tab, you should now be able to see an Image named `rtk_everywhere_firmware`. We now need to Run that image to compile the firmware. Click the triangular Run icon under Actions.
124+
In Docker Desktop, in the Images tab, you should now be able to see an Image named `rtk_everywhere_firmware`. We now need to Run that image to compile the firmware. Click the triangular Run icon under Actions:
119125

120126
![Docker image ready to run](./img/CompileSource/Docker_Image.png)
121127

122 KB
Loading
127 KB
Loading

0 commit comments

Comments
 (0)