Container2Wasm Playground

Examples of running Linux-based containers on browser using container2wasm.


Source Container Image

FROM alpine:3.18
RUN apk add --no-cache vim
ENTRYPOINT ["vim"]

Network

The network requests typically use the browser's fetch API. However, due to browser security protocols, the requests can fail due to CORS and Mixed Content errors. By using this Chrome Extension, all requests from the container will be executed through the extension, resolving the issues. You can extract the files and load the extension via 'Load unpacked' at chrome://extensions/.