GitXplorerGitXplorer
T

powershell-code-server

public
20 stars
2 forks
1 issues

Commits

List of commits on branch master.
Verified
add64280b5578df314610cb1a401490d52002024

PowerShell code-server

TTylerLeonhardt committed 6 years ago
Verified
204f1e0f1979e0086b3652dd8bcfefa7d3532793

README tweaks

TTylerLeonhardt committed 6 years ago
Verified
57e22a2c5c43b5caadce814c93661296ef76860e

Add actual README content

TTylerLeonhardt committed 6 years ago
Verified
1118be85674842ee9eb9cfb9ac941323b81125ec

Add Dockerfile

TTylerLeonhardt committed 6 years ago
Verified
a07edfbae259063e061c64a51ed0cb8e1545ae71

Initial commit

TTylerLeonhardt committed 6 years ago

README

The README file for this repository.

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