This is a docker image of VSCode Server with the .NET Core SDK and PowerShell 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
and 6.0
.
Images are automatically rebuilt every Monday morning, picking up the latest updates.
Follow the linuxserver/code-server instructions.
- 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