A Web UI to build and run code safely inside gvisor docker container. Contains a ui web server, a container manager builder api server, and a container manager runner api server.
- Ensure Docker and Dev Containers extension is installed
- Open this project in VS Code
git clone https://github.com/purylte/code-sandbox.git
code code-sandbox- Run "Dev Containers: Reopen in Container" in VS Code
- Install required js library by installing and copying to a directory by running
make init-vendor- Run
./dev.shto start developing
- Clone the repository
git clone https://github.com/purylte/code-sandbox.git
cd code-sandbox- Install pnpm
- Install required js library by installing and copying to a directory by running
make init-vendor- Run
./dev.shto start developing
Feel free to fork this project, submit issues, and create pull requests. Contributions are welcome!
This project is licensed under the MIT License - see the LICENSE file for details.