How to install docker on windows 10
What you will learn here about Docker
- How to install docker on windows 10
How to install docker on windows 10
Please follow the following steps to know how to install docker on windows 10.
1)Open the browser and visit following link and click on Docker Desktop for windows which is shown below
https://docs.docker.com/desktop/windows/install/
2)If it is asking permission (Do you want to allow this app to make changes to your device), Please click on Yes
3)Select Configurations options and click on OK
4)Wait till downloading or unpacking dependency
5)Click on Close and restart which is shown below
6)After system restart please open Windows command prompt and execute following command to check docker version which is shown below
docker --version
7)If you are able to see docker version means docker installed successfully.