27
Installing Docker Desktop Easily on Windows
"The preferred choice for millions of developers that are building containerized apps.
Docker Desktop is an application for MacOS and Windows machines for the building and sharing of containerized applications."
Docker Desktop is an application for MacOS and Windows machines for the building and sharing of containerized applications."
__
If your like me and had a lot of trouble understanding how to install docker desktop , I found A quick easy way to do it!
If your like me and had a lot of trouble understanding how to install docker desktop , I found A quick easy way to do it!
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
then wait for Chocolatey to download.
choco install docker-desktop
Thats it!
now it will run you through some prompts and you are good to go!
now it will run you through some prompts and you are good to go!
Thank you for reading and happy coding!
Please send me feedback in the comment section
Please send me feedback in the comment section
27