Created
October 9, 2024 09:15
-
-
Save gindox/c80934bf2686caacb31c007d4d3ed28f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12;Install-PackageProvider -Name NuGet -Force;Install-Module DockerMsftProvider -Force;Set-ExecutionPolicy Bypass -Scope Process -Force; Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/microsoft/Windows-Containers/Main/helpful_tools/Install-DockerCE/install-docker-ce.ps1" -o C:\Temp\install-docker-ce.ps1;& C:\Temp\install-docker-ce.ps1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment