Skip to content
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.

vkhurana/VSCode-Server-DotNetCore-arm64v8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VSCode Server with .NET Core SDK and PowerShell Pre-Installed for ARM64

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.

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 and 6.0.

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

VS Code Server with Dotnet 6.0 for arm64v8

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published