Fabian 23411f337e use emulator.destroy() over emulator.stop() to properly remove v86 instances 2 дней назад
..
Dockerfile 484ce7db64 alpine: update to 3.20 and simplify readme 7 месяцев назад
Readme.md 037afdc3d9 alpine: add script to automatically build state image using nodejs 7 месяцев назад
build-state.js 23411f337e use emulator.destroy() over emulator.stop() to properly remove v86 instances 2 дней назад
build.sh 037afdc3d9 alpine: add script to automatically build state image using nodejs 7 месяцев назад

Readme.md

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
  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