Debian-xfce docker example:
For using split raw disk:
- run
bash build-raw-disk.shto build images - run
./build-state-raw-disk.jsto build the state - An example frontend is
examples/debian-raw-disk.html
For using 9p filesystem:
- run
bash build-9p.shto build images - run
./build-state-9p.jsto build the state - An example frontend is
examples/debian-9p.html
For setting up website:
- Either build v86 or downloading the release and place
v86.wasmandlibv86.jsinbuilddirectory - Launch a server at the root of this repository, e.g.
python3 -m http.server 8000 - Open
http://localhost:8000/examples/debian-raw-disk.html(raw disk) orhttp://localhost:8000/examples/debian-9p.html(9p filesystem)
Network:
Enable network by typing the following command in the xfce terminal:
sudo dhclient enp0s5
Credit:
v86 debian config from sandbox-bio: https://github.com/sandbox-bio/v86/tree/master/tools/docker/debian