All Projects → pubkey → vscode-in-docker

pubkey / vscode-in-docker

Licence: GPL-3.0 license
Run VSCode inside of a Docker Container

Programming Languages

Dockerfile
14818 projects
shell
77523 projects

Projects that are alternatives of or similar to vscode-in-docker

vuejs-medium-editor
A medium like text editor for vue js WYSIWYG
Stars: ✭ 112 (+409.09%)
Mutual labels:  code
R edu
Facebook
Stars: ✭ 18 (-18.18%)
Mutual labels:  code
code-examples
Example Code that I use for Referencing when needed
Stars: ✭ 14 (-36.36%)
Mutual labels:  code
static-hands
⌨️🤯 Stop moving hands, and start code fast ⚡⚡
Stars: ✭ 36 (+63.64%)
Mutual labels:  code
inline-code
Inline-Code Tool for Editor.js 2.0
Stars: ✭ 32 (+45.45%)
Mutual labels:  code
code-art
🌈 Collect beautiful art text, never bug. 收集好看的艺术代码,佛祖保佑,永无 Bug。找好看的注释,看这里。
Stars: ✭ 38 (+72.73%)
Mutual labels:  code
EncodingNormalior
规范化文件编码。Make the file's encoding standard.
Stars: ✭ 58 (+163.64%)
Mutual labels:  visualstudio
codetime-web
Statistical analysis and presentation of programming time.
Stars: ✭ 22 (+0%)
Mutual labels:  code
Mat-O-Wahl
🇩🇪 Mat-O-Wahl - Ein einfach zu bedienender, freier Open Source Wahl-O-Mat Klon fuer jedermann ### 🇬🇧 🇺🇸 A simple to handle, free "Voting Advice Application" / "Electoral Compass" alternative
Stars: ✭ 27 (+22.73%)
Mutual labels:  code
Ransom
Various codes related to Ransomware Developement
Stars: ✭ 119 (+440.91%)
Mutual labels:  code
tokei-pie
Render tokei's output to interactive sunburst chart.
Stars: ✭ 138 (+527.27%)
Mutual labels:  code
unity-scripting-upgrade
Samples demonstrating what's possible with Unity 2017.x (and newer) scripting runtime upgrades
Stars: ✭ 46 (+109.09%)
Mutual labels:  visualstudio
CUDAfy.NET
CUDAfy .NET allows easy development of high performance GPGPU applications completely from the .NET. It's developed in C#.
Stars: ✭ 56 (+154.55%)
Mutual labels:  visualstudio
CPPNotes
【C++ 面试 + C++ 学习指南】 一份涵盖大部分 C++ 程序员所需要掌握的核心知识。
Stars: ✭ 557 (+2431.82%)
Mutual labels:  code
Unity3D-Cars
A project built for a Renaissance Coders tutorial to introduce vehicle physics.
Stars: ✭ 60 (+172.73%)
Mutual labels:  code
100daysOfMakie
100 days of Makie examples
Stars: ✭ 67 (+204.55%)
Mutual labels:  code
vs-autocomment
A visual studio plugin that automatically inserts comments
Stars: ✭ 30 (+36.36%)
Mutual labels:  visualstudio
RS232-Monitor-Database
🔌📺 This is a public database for all the known RS232 commands for professionnal screens, monitors and projectors. Feel free to contribute !
Stars: ✭ 22 (+0%)
Mutual labels:  code
linec
🍬一个高颜值命令行统计代码行数的计数器。(counts lines of code)
Stars: ✭ 121 (+450%)
Mutual labels:  code
code-run
一个代码在线编辑预览工具,类似codepen、jsbin、jsfiddle等。
Stars: ✭ 325 (+1377.27%)
Mutual labels:  code

vscode in docker

This is a docker-container with the vscode-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 )

  1. sudo usermod -a -G docker alice // replace alice with your username
  2. logout of your user session, then log back in
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].