Containers on browser demo
Examples of running Linux-based containers on browser using container2wasm.
x86_64 containers demo
These examples run x86_64(amd64) containers on browser.
Demo Name | Image | Terminal |
---|---|---|
Debian |
|
start(200MB) |
Python |
|
start(146MB) |
Vim |
|
start(130MB) |
RISC-V containers demo
These examples run riscv64 containers on browser.
Demo Name | Image | Terminal |
---|---|---|
Debian |
|
start(136MB) |
Python |
|
start(90MB) |
Vim |
|
start(78MB) |
NOTE: They are compiled as WASI images and run on browser via polyfill.
More info including docs and source code is available from container2wasm repo. This page is served from container2wasm-demo repo as GitHub Pages.