Lambda3 / docker-powershell

DEPRECATED. Use microsoft/powershell.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecated

Use the microsoft/powershell image.

Docker PowerShell

A Docker image that runs PowerShell. On Linux.

Docker Status License Issues open

Running

To enter PowerShell interactivelly (the CLI):

docker run -ti lambda3/powershell

You can also run it as an executable. This will list the files and exit:

docker run -ti lambda3/powershell Get-ChildItem

Maintainers/Core team

Contributors can be found at the contributors page on Github.

Contact

Twitter is the best option.

License

This software is open source, licensed under the Apache License, Version 2.0. See LICENSE.txt for details. Check out the terms of the license before you contribute, fork, copy or do anything with the code. If you decide to contribute you agree to grant copyright of all your contribution to this project, and agree to mention clearly if do not agree to these terms. Your work will be licensed with the project at Apache V2, along the rest of the code.

About

DEPRECATED. Use microsoft/powershell.

License:Apache License 2.0