Skip to content

Commit

Permalink
Document the --dev flag for src/ci/docker/run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
clubby789 committed Dec 22, 2024
1 parent e108481 commit bf6e66c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/ci/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ DEPLOY=1 ./src/ci/docker/run.sh x86_64-gnu
while locally, to the `obj/$image_name` directory. This is primarily to prevent
strange linker errors when using multiple Docker images.

## Local Development

To get an interactive shell in the Docker image, pass the `--dev` flag, e.g.:

```
./src/ci/docker/run.sh --dev x86_64-gnu
```

## Filesystem layout

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

0 comments on commit bf6e66c

Please sign in to comment.