Windows Server Core 2022 Tips & Tricks - How to install Docker and pull down images

Опубликовано: 21 Март 2026
на канале: IT Wizard
555
5

Support the channel : (any donation are appreciated) , god bless.

https://buymeacoffee.com/itwizard0
https://paypal.me/ITwizard0?country.x...

Install TLS 1.2 :

[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
Install module :
Install-Module DockerMsftProvider -Force
Install docker from script :
Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/mic..." -o install-docker-ce.ps1
.\install-docker-ce.ps1
restart-computer
Get-WindowsFeatures -Name containers
docker --v