-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
33 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
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. |