Skip to content

VSCode Server Docker with .NET Core SDK and PowerShell pre-installed

License

Notifications You must be signed in to change notification settings

vkhurana/VSCode-Server-DotNetCore

 
 

Repository files navigation

VSCode Server with .NET Core SDK Pre-Installed

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.

License

GitHub License

Build Status

Code and Pipline is on GitHub:
GitHub Last Commit
GitHub Workflow Status

Container Images

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.
Docker Pulls
Docker Image Version

Usage

Follow the linuxserver/code-server instructions.

Background Info

Notes

  • 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 and pwsh-preview to launch.
  • An alternative to building on top of the LSIO image, is to use a dynamic overlay

About

VSCode Server Docker with .NET Core SDK and PowerShell pre-installed

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%