.NET Core development environment w/ VS Code
10K+
Run this command from Linux to start VSCode inside the container.
docker run -v $HOME/Projects:/home/appuser/Projects --net=host --env="DISPLAY" --volume="$HOME/.Xauthority:/root/.Xauthority:rw" mertyeter/dotnetcoredev
NOTES: Create "Projects" folder before running the command to make it writable. appuser id (1000 in the dockerfile) must be the same id for logged in user. This is required for writing permissions for Projects folder in the container.
Content type
Image
Digest
Size
682.4 MB
Last updated
over 7 years ago
docker pull mertyeter/dotnetcoredev