VSCode-Server-DotNetCore
VSCode-Server-DotNetCore copied to clipboard
VSCode Server with .NET SDK pre-installed
VSCode Server with .NET Pre-Installed
This is a docker image of VSCode Server with the .NET LTS and STS SDK's pre-installed.
Docker image is based on LinuxServer.io Code-Server, which is based on Coder.com Code-Server.
License
Build Status
Code and Pipeline is on GitHub:
Container Images
Docker container images are published on Docker Hub.
Multi-Architecture images are created for linux/amd64
and linux/arm64
(linux/arm/v7
is not supported by LSIO).
Tags are latest
for main
branch and develop
for develop
branch.
E.g. docker pull ptr727/vscode-server-dotnetcore:latest
E.g. docker pull ptr727/vscode-server-dotnetcore:develop
Builds include the LTS and STS supported versions of .NET SDK's.
Images are automatically rebuilt every Monday morning, picking up the latest upstream updates.
Usage
Follow the linuxserver/code-server instructions.