Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.05 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.05 KB

vscode screenshot in browser

Custom VSCode server running in docker for quick linux environments. Based on Debian 11 and designed for CTFs.

Running

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.

Preinstalled Tools

  • Docker
  • Python
  • C/C++
  • JavaScript
    • fnm node version manager
    • bun javascript/typescript runtime
  • + more

HTTP Proxying

You can bring through HTTP servers from the container, without even bringing any ports through to the host.

hosted proxied server in browser