VS Code Server Docker environment running the official Microsoft Visual Studio Code Server (CLI).
10K+
A lightweight, flexible Docker environment running the official Microsoft Visual Studio Code Server (CLI).
This repository provides a Dockerfile to build a remote development environment that retains full compatibility with proprietary Microsoft extensions, including GitHub Copilot and Copilot Chat, which often fail to run on standard open-source web IDE implementations.
While many web-based IDE solutions exist, most are built on the "Code OSS" (Open Source) foundation. While excellent, those versions lack the specific proprietary APIs and licenses required to authenticate and run certain official extensions.
Key Advantages:

1.85.1) during the build process, and the Dockerfile intelligently resolves the correct Commit SHA for you.coder) pre-configured with passwordless sudo privileges, allowing you to install system packages on the fly.docker run -it -p 8000:8000 \
-v $(pwd):/home/coder/project \
antiantiops/vscode-browser-docker:latest
Install the chart from Artifact Hub:
https://artifacthub.io/packages/helm/openvscode-server-helm/openvscode-serverβ
* **Access the IDE:** Open your browser and navigate to `http://localhost:8000`.
* **Persist Data:** The command above maps your current directory to `/home/coder/project`. Any changes made inside that folder will be saved to your host machine.
Content type
Image
Digest
sha256:ebbc57c92β¦
Size
92.9 MB
Last updated
1 day ago
docker pull antiantiops/vscode-browser-docker