
How to run PowerShell in Docker with custom modules
Sergey Sypalo Sypalo.com
2019-04-25
|
DevOps
The idea of launching PowerCLI with the necessary modules in the Docker container has long been brewing, and finally I have taken up this issue. One of the reasons was that PowerShell “broke down” on my Windows 10 machine, or rather, it works, but the Get-Credential command returns an error. The second reason is simply the desire to experiment on the topic. It turned out the truth is not so simple, details below. To run...
Tags: cloud virtualization containers docker powershell
Read more