Jamie Phillips
Blogs, Articles, and Posts
PowerShell and Containers
(phillipsj.net)
Did you know that Microsoft published official container images for PowerShell? Those official
By: Jamie Phillips submitted:Jun 16 2022
Did you know that Microsoft published official container images for PowerShell? Those official
images can be found here, and one cool thing to note is that there are even some ARM images. It is incredibly cool that these are provided as it makes shipping PowerShell tools simpler or hosting any PowerShell based script. I have two different use cases that I can demonstrate that make these pretty cool. The first demo is going to be using the Alpine image as the base image for building a container that hosts a Polaris based REST API, like I blogged about a few weeks ago. The second demo will be to host a PowerShell script that needs to run as a sidecar to a SQL Server container. Let's dive into these demos.
By: Jamie Phillips submitted:Jun 16 2022