Skip to content

Instantly share code, notes, and snippets.

@sysrex
Created September 29, 2023 17:57
Show Gist options
  • Save sysrex/4fa6fb1ce9ecce60079f126a8e3c6a01 to your computer and use it in GitHub Desktop.
Save sysrex/4fa6fb1ce9ecce60079f126a8e3c6a01 to your computer and use it in GitHub Desktop.
Install containers on windows
Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/microsoft/Windows-Containers/Main/helpful_tools/Install-DockerCE/install-docker-ce.ps1" -o install-docker-ce.ps1
.\install-docker-ce.ps1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment