Click here to go to developer site
Visual Studio Code running on web browser
Code-server is a Visual Studio Code instance running on a remote server accessible through any web browser. It allows you to code anywhere and on any device such as a tablet or laptop with a consistent integrated development environment (IDE). Set up a secure a Linux development machine and get coding on any device with a web browser.
The architectures supported by this image are:
| Architecture | Available | Tag |
|---|---|---|
| x86-64 | ✅ | latest |
The version tags available for this image are:
| Tag | Available | Description |
|---|---|---|
| latest | ✅ | Stable releases with Ubuntu baseimage |
docker pull ghcr.io/bin2bin-applications/code-server:latestdocker run -d --volume /tmp/app:/app -p 8080:8080 ghcr.io/bin2bin-applications/code-server:latest