Skip to content

Instantly share code, notes, and snippets.

@gindox
Created October 9, 2024 09:15
Show Gist options
  • Select an option

  • Save gindox/c80934bf2686caacb31c007d4d3ed28f to your computer and use it in GitHub Desktop.

Select an option

Save gindox/c80934bf2686caacb31c007d4d3ed28f to your computer and use it in GitHub Desktop.
[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