Skip to content

Commit bf6e66c

Browse files
committed
Document the --dev flag for src/ci/docker/run.sh
1 parent e108481 commit bf6e66c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/ci/docker/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ DEPLOY=1 ./src/ci/docker/run.sh x86_64-gnu
2626
while locally, to the `obj/$image_name` directory. This is primarily to prevent
2727
strange linker errors when using multiple Docker images.
2828

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+
2937
## Filesystem layout
3038

3139
- Each host architecture has its own `host-{arch}` directory, and those

0 commit comments

Comments
 (0)