Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.27 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.27 KB

VScode server

https://code.visualstudio.com/

https://github.com/coder/code-server

VSCode is a free, open source IDE. Code-server runs an instance of VS code that can then be accessed locally via browser. This allows us to start up a predictable VScode instance in Vagrant.

VSCode

Provision

In order to provision apache airflow you need bastetools, docker as dependencies.

vagrant up --provision-with basetools --provider docker
vagrant up --provision-with docker --provider docker
vagrant up --provision-with code-server --provider docker

Web UI Access

To access the Web UI visit the following address:

https://localhost:7777/

The default password will be printed to console on start up. Else it can be obtained by the following command:

vagrant ssh -c "< ~/.config/code-server/config.yaml head -n "3" | tail -n +"3""

Future plans

In the future there is potential to add an option for starting different code-server instances. Currently it always launches with the default image. Custom images could be setup that have different things preinstalled (e.g. Image with python, usefull libaries and useful extentions pre installed).

google ads