Skip to content

Instantly share code, notes, and snippets.

@abhaydhar
Created February 26, 2025 09:11
Show Gist options
  • Save abhaydhar/4263e30b6f8ebb1c8ee753deb3c6c9a8 to your computer and use it in GitHub Desktop.
Save abhaydhar/4263e30b6f8ebb1c8ee753deb3c6c9a8 to your computer and use it in GitHub Desktop.
Install docker engine from choco ps
$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