April 2017
Beginner
404 pages
9h 30m
English
We have so far used docker commands to manage Windows Containers networking stack. Windows also offer PowerShell commands to manage the stack. However the PowerShell package is still in development and available as open source. Docker PowerShell uses the Docker REST API to connect to Docker service. The decision whether to use docker or REST API is purely a matter of choice. Use the following process to install the PowerShell management stack for creating and managing windows containers:
Register-PSRepository -Name DockerPS-Dev -SourceLocation https://ci.appveyor.com/nuget/docker-powershell-dev ...Read now
Unlock full access