Skip to content

Instantly share code, notes, and snippets.

View xingh's full-sized avatar

Rahul Singh xingh

View GitHub Profile
Good Reference at "Get Started with Docker on Windows using Chocolatey"
https://stefanscherer.github.io/get-started-with-docker-on-windows-using-chocolatey/
# Install Chocolatey in Powershell
iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))
# OR in Command
# @powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin