Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pubkey/vscode-in-docker
Run VSCode inside of a Docker Container
https://github.com/pubkey/vscode-in-docker
code containers docker visualstudio vscode
Last synced: 4 days ago
JSON representation
Run VSCode inside of a Docker Container
- Host: GitHub
- URL: https://github.com/pubkey/vscode-in-docker
- Owner: pubkey
- License: gpl-3.0
- Created: 2019-04-05T19:21:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-15T13:30:20.000Z (6 months ago)
- Last Synced: 2024-10-04T12:49:31.973Z (about 1 month ago)
- Topics: code, containers, docker, visualstudio, vscode
- Language: Dockerfile
- Homepage:
- Size: 148 KB
- Stars: 34
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vscode in docker
This is a docker-container with the [vscode](https://code.visualstudio.com/)-editor.## Why you should use this?
* You can commit your vs-code settings and plugins and share them on different devices
* You always have your dependencies installed inside the container
* You can be sure that vs-code cannot access any unwanted files on your device
* You can limit the internet-access to ensure no data will be send to microsoft## Install
1. `git clone https://github.com/pubkey/vscode-in-docker.git`
2. `cd vscode-in-docker`
3. Edit the `config.bash` and include your workspace-folder
4. `sudo bash run.bash`
5. (It will take about 15 minutes when it runs for the first time.)## ( optional to start the container without root )
6. `sudo usermod -a -G docker alice` // replace alice with your username
7. logout of your user session, then log back in