Created
February 26, 2025 09:11
-
-
Save abhaydhar/4263e30b6f8ebb1c8ee753deb3c6c9a8 to your computer and use it in GitHub Desktop.
Install docker engine from choco ps
This file contains 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
$env:chocolateyUseWindowsCompression='true' ; $env:ChocolateyInstall="$home\choco" ; iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex ; $env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";" + [System.Environment]::GetEnvironmentVariable("Path","User") ; choco --version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment