Custom VSCode server running in docker for quick linux environments. Based on Debian 11 and designed for CTFs.
This image requires the sysbox runtime.
docker run --rm --runtime=sysbox-runc -d -p 8080:8080 ghcr.io/cscosu/vs-workspace
Then navigate to http://localhost:8080.
- Docker
- Python
- C/C++
- JavaScript
- + more
You can bring through HTTP servers from the container, without even bringing any ports through to the host.