Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joundso/vscode-docker
Run a full customizable instance of Visual Studio Code in docker and access it through your browser
https://github.com/joundso/vscode-docker
code docker visual-studio-code vscode
Last synced: 3 days ago
JSON representation
Run a full customizable instance of Visual Studio Code in docker and access it through your browser
- Host: GitHub
- URL: https://github.com/joundso/vscode-docker
- Owner: joundso
- Created: 2020-07-16T14:45:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-25T04:36:10.000Z (3 months ago)
- Last Synced: 2024-08-25T05:32:53.487Z (3 months ago)
- Topics: code, docker, visual-studio-code, vscode
- Language: Dockerfile
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Running vscode in the browser
## Pre-Requirements
- You need to have docker installed and running
## How to add extensions
- Add Python dependencies to `requirements.txt`
- Add Ubuntu dependencies to `Dockerfile`
- Install more VSCode extensions at `Dockerfile`## How to add own settings to the environment
- Customize VSCode settings at `.vscode/settings.json`
## How to add different compiler
- Add Ubuntu dependencies to `Dockerfile`
## How to start the environment
1. Put your code in the `code` folder
2. Run the container with `docker-compose up -d`## References
- The code of the Visual Stuio Code Server is from
- The structure and docker-adaptions is inspired by