v86/tools/docker/alpine
2025-11-26 08:08:39 -06:00
..
build-state.js minor refactoring (remove readfile, use direct import for libv86.js) 2025-04-16 09:26:13 -07:00
build.sh Add --zstd flag and use 19 lvl compression 2025-11-26 08:08:39 -06:00
Dockerfile alpine: added virtio-net support 2025-01-02 12:04:09 -07:00
Readme.md alpine: edit readme 2025-01-02 12:04:09 -07:00

You can build a Alpine Linux 9p image using Docker:

  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