This is my personal VSCode devcontainer.
It contains some specific user settings.
Thus I'd appreciate not using my image+Dockerfile
without respective adjustments.
Weird experiences from friends and others, which are using this repo, are mentioned below.
These devcontainer is used with bash
.
Check how sh
is symlinked, e.g. via
ls -1GF --color=auto -lh -a $(which sh)
For instance, Debian
uses dash
instead of bash
per default.
In this case, you can change the used shell in your terminal.
However, probably the best option is changing the default system shell with chsh
.