/powershell-vscode-server

A complete PowerShell developer experience - all in a Docker container!

Primary LanguageDockerfileMIT LicenseMIT

PowerShell code-server

A complete PowerShell developer experience - all in a Docker container!

screenshot

This container image contains:

Based on the popular LinuxServer.io image ghcr.io/linuxserver/code-server

You can find the Dockerfile for this container image on GitHub You can find the container image on Dockerhub

Let's go!

  1. docker pull docker ghcr.io/proxicon/powershell-vscode-server:latest
  2. docker run -t -p 127.0.0.1:8443:8443 -v "${PWD}:/root/project" docker ghcr.io/proxicon/powershell-vscode-server:latest code-server --allow-http --no-auth
  3. Open http://localhost:8443 in your browser of choice

The second command will start the container on port 8443 and mount whatever is in PWD allowing you to actually modify the files on your host OS from within the container.

Tags

  • latest: contains the latest version of the PowerShell extension 2024.2.2 and PowerShell 7.4.2