Skip to content

Commit

Permalink
alpine: edit readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperMaxusa authored and copy committed Jan 2, 2025
1 parent a347ff4 commit ee8129b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker/alpine/Readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
You can build a Alpine Linux 9p image using Docker:

1. As needed, kernel flavor (`virt` is smaller than `lts`, but don't have networking) and set of additional packages (community repo is enabled by default) can be edited in `Dockerfile`
1. As needed, kernel flavor (`virt` is smaller than `lts`) and set of additional packages (community repo is enabled by default) can be edited in `Dockerfile`
2. Check and run `./build.sh` with started dockerd (podman works)
3. Run local webserver (e.g. `make run`) and open `examples/alpine.html`
4. (optional) Run `./build-state.js` and add `initial_state: { url: "../images/alpine-state.bin" }` to `alpine.html`

0 comments on commit ee8129b

Please sign in to comment.