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: README.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -139,6 +139,12 @@ continue:
139
139
CONTINUE=1 ./build-docker.sh
140
140
```
141
141
142
+
After successful build, the build container is by default removed. This may be undesired when making incremental changes to a customized build. To prevent the build script from remove the container add
143
+
144
+
```bash
145
+
PRESERVE_CONTAINER=1 ./build-docker.sh
146
+
```
147
+
142
148
There is a possibility that even when running from a docker container, the
143
149
installation of `qemu-user-static` will silently fail when building the image
144
150
because `binfmt-support`_must be enabled on the underlying kernel_. An easy
0 commit comments