SuperMaxusa 2f24859bce added dockerfile and changed build-container.sh | 8 tháng trước cách đây | |
---|---|---|
.. | ||
Dockerfile | 7 tháng trước cách đây | |
Readme.md | 7 tháng trước cách đây | |
build-container.sh | 7 tháng trước cách đây |
You can build a Alpine Linux 9p image using Docker:
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
../start-container.sh
with started dockerd.Configure V86 options (you can use examples/arch.html
or examples/debian.html
as template) or add profile in src/browser/main.js
(see tools/docker/debian/Readme.md
) and run local webserver (make run
).
filesystem: {
baseurl: "../images/alpine-rootfs-flat",
basefs: "../images/alpine-fs.json"
},
bzimage_initrd_from_filesystem: true,
cmdline: [
"rw",
"root=host9p rootfstype=9p rootflags=trans=virtio,cache=loose",
"tsc=reliable nowatchdog"
].join(" ")