Forum Discussion
tonyiams
Mar 04, 2021Copper Contributor
How to run docker on Windows Server 2022 Preview?
Hello, I installed Windows Server 2022 Preview Build 20298, and it does not seem to include the docker command. I would like to run "docker build" and "docker run" from PowerShell, but I get the ...
tonyiams
Mar 28, 2021Copper Contributor
I identified the problem. It turns out that our corporate Zscaler security was intercepting certificates, blocking Install-Module from connecting with PSGallery. I reconfigured the VM to use a bridged network instead of a NAT (which Zscaler controls), and I was able to install the docker packages. Everything is working correctly now. Thanks for your help!
Regards,
Tony
Weijuan Shi Davis
Mar 29, 2021Former Employee
Glad you figured it out!