This is a docker image of VSCode Server with the .NET Core SDK pre-installed.
Docker image is based on LinuxServer.io Code-Server, which is based on Coder.com Code-Server.
Code and Pipline is on GitHub:
Docker container images are published on Docker Hub.
Images are tagged using latest
.
latest
includes current STS and LTS builds of dot net.
Images are automatically rebuilt every Monday morning, picking up the latest updates.
Follow the linuxserver/code-server instructions.
- DotNet in Docker
- LSIO Code Server Docker
- Coder Code Server Docker
- DotNet install
- PowerShell install
- Package Manager
- codercom/code-server runs as root, not permission friendly when mapping volumes.
- linuxserver/code-server allows specifying PUID and GUID, ideal when using mapped volumes in e.g. UnRaid.
- Use
cat /etc/*-release
to determine the base image, installed packages must match the base image. - Run DotNet Core by
dotnet
in the console. - Run PowerShell by
pwsh
in the console. - If installing PowerShell Core Preview use
powershell-preview
andpwsh-preview
to launch. - An alternative to building on top of the LSIO image, is to use a dynamic overlay