v86/docker/debian-full/Readme.md

10 lines
461 B
Markdown
Raw Normal View History

2018-10-02 17:41:58 +02:00
You can build a Linux image for use with v86:
1. Run `./build-container.sh` to build the Docker container (requires dockerd)
2. Run `./create-9p-from-container.sh` to extract the files for v86 from the Docker container (requires root)
3. Run `./build-state.js` to build a state image in order to skip the boot process
Go to `debug.html?profile=debian` to start the generated container.
You can modify the `Dockerfile` to customize the generated Linux image.