Skip to content

Commit

Permalink
Add dev note for image cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
efrecon committed Apr 5, 2024
1 parent 471b2f6 commit 892ab3c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,12 @@ Instead, pass `-D /local` to the [`runner.sh`](./runner.sh) script. This will
mount the [`runner`](./runner/) directory into the microVM at `/local` and run
the scripts that it contains from there instead. Which "entrypoint" to use is
driven by the `RUNNER_ENTRYPOINT` variable in [`runner.sh`](./runner.sh).

## Cleanup

During development, many images might be created. To clean them away, you can
run the following:

```bash
buildah rmi $(buildah images --format '{{.ID}}')
```

0 comments on commit 892ab3c

Please sign in to comment.