# Using PowerShell in Containers

DevFeed: [Using PowerShell in Containers](<https://devfeed.tech/articles/using-powershell-in-containers-17509.md>)

Original publisher: [Read original article](<https://www.nocentino.com/posts/2019-05-02-using-powershell-in-containers/>)

Author: Anthony Nocentino

Published: 2019-05-02T21:34:48Z

Content type: tutorial

Language: en

Sources: [Kubernetes on Anthony Nocentino's Blog](<https://devfeed.tech/sources/kubernetes-on-anthony-nocentino-s-blog.md>)

Topics: [PowerShell](<https://devfeed.tech/topics/powershell.md>), [Docker](<https://devfeed.tech/topics/docker.md>)

Tags: [containers](<https://devfeed.tech/tags/containers.md>), [docker](<https://devfeed.tech/tags/docker.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [linux](<https://devfeed.tech/tags/linux.md>), [powershell](<https://devfeed.tech/tags/powershell.md>)

## AI overview

A tutorial on using PowerShell Core in Docker containers, including interactive use, cmdlets, concurrent PowerShell versions, testing, isolation, and platform-specific images.

## Source excerpt

The vision for PowerShell Core is to be able to run PowerShell anywhere. In this article, I'm going to discuss how you can use Docker Containers to enable just that. We'll look at running PowerShell in a container, running cmdlets, running different versions of PowerShell at the same time, and also how to build our own "serverless" computing platform. Let's address a few reasons why you would want to run PowerShell in a container.