We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--dev
src/ci/docker/run.sh
1 parent e108481 commit bf6e66cCopy full SHA for bf6e66c
src/ci/docker/README.md
@@ -26,6 +26,14 @@ DEPLOY=1 ./src/ci/docker/run.sh x86_64-gnu
26
while locally, to the `obj/$image_name` directory. This is primarily to prevent
27
strange linker errors when using multiple Docker images.
28
29
+## Local Development
30
+
31
+To get an interactive shell in the Docker image, pass the `--dev` flag, e.g.:
32
33
+```
34
+./src/ci/docker/run.sh --dev x86_64-gnu
35
36
37
## Filesystem layout
38
39
- Each host architecture has its own `host-{arch}` directory, and those
0 commit comments