You can build a Alpine Linux 9p image using Docker:
- As needed, kernel flavor (
virt
is smaller thanlts
, but don't have networking) and set of additional packages (community repo is enabled by default) can be edited inDockerfile
- Check and run
./build.sh
with started dockerd (podman works) - Run local webserver (e.g.
make run
) and openexamples/alpine.html
- (optional) Run
./build-state.js
and addinitial_state: { url: "../images/alpine-state.bin" }
toalpine.html