Docker
-
Run devcontainer outside of Visual Studio Code
Jul 13, 2020 -
2 min read -
Docker
Are you also a big fan of Visual Studio Devcontainer? Do you also sometimes want to just run the devcontainer outside of Visual Studio Code? Me also! That is why I have created this simple bash script. The script parses the devcontainer.json file and runs the docker container outside of Visual Studio Code. Since this is my first “complex” bash script, I am very open to feedback! Please feel free to open issues in the GitHub repo.