Skip to content

Custom VSCode server running in docker for quick linux environments

License

Notifications You must be signed in to change notification settings

cscosu/vs-workspace

Repository files navigation

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

About

Custom VSCode server running in docker for quick linux environments

Topics

Resources

License

Stars

Watchers

Forks

Packages