Created
September 29, 2023 17:57
-
-
Save sysrex/4fa6fb1ce9ecce60079f126a8e3c6a01 to your computer and use it in GitHub Desktop.
Install containers on windows
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
| 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