Skip to content
This repository has been archived by the owner on Feb 25, 2021. It is now read-only.

Coder.com's code-server, PowerShell, and the PowerShell extension for vscode - all in one container!

License

Notifications You must be signed in to change notification settings

TylerLeonhardt/powershell-code-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

PowerShell code-server

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

screenshot

This container image contains:

It's running in an Ubuntu 18.10 container. Once I figure out how to make code-server a bit more portable we can probably support more OS's.

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

Let's go!

  1. docker pull tylerl0706/powershell-code-server
  2. docker run -t -p 127.0.0.1:8443:8443 -v "${PWD}:/root/project" tylerl0706/powershell-code-server:stable 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

  • stable: contains the latest stable version of the PowerShell extension and PowerShell
  • latest: contains the latest version (stable or not) of the PowerShell extension and PowerShell
  • 1.12.0-pwsh: contains the 1.12.0 version of the PowerShell extension and the latest stable version of PowerShell
  • 2.0.0-preview.2-pwsh: contains the 2.0.0-preview.2 version of the PowerShell extension and the latest stable version of PowerShell

About

Coder.com's code-server, PowerShell, and the PowerShell extension for vscode - all in one container!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages