Use the microsoft/powershell image.
A Docker image that runs PowerShell. On Linux.
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
- Giovanni Bassi, aka Giggio, Lambda3, @giovannibassi
Contributors can be found at the contributors page on Github.
Twitter is the best option.
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.