Tag: Docker Containers

Extending PowerShell and Docker Containers
Extending PowerShell and Docker Containers
Blog Posts

I’ve been continuing to tinker with my PowerShell command for getting information about Docker containers. The Docker CLI is fine, but it is very difficult to work with the output or do much with it. That’s why I prefer to have objects in a PowerShell pipeline. One of the Docker container elements that I ignored… READ MORE