How to Install docker for Windows 10 and use for containers creation ?:

In this blog, I have shown the steps for docker installation on Windows10 OS.
To install the docker for windows 10 OS, you need to download the docker-install.exe from the below url:
https://github.com/boot2docker/windows-installer/releases/tag/v1.8.0
I have copied all the screens below, while doing my installation.
You can follow the same.

Check on your desktop for boot2docker icon.
You can also install docker toolbox as below:

Now, go to your Boot2Dcoker icon on your desktop.
Double Click on it.
In the following screens you can see with its start process.

You can use the below blogs for containers creation.
https://vskumar.blog/2017/11/27/4-devops-how-to-work-with-docker-containers/
https://vskumar.blog/2017/11/28/5-devops-how-to-work-with-docker-images/
https://vskumar.blog/2017/12/12/13-devops-working-with-dockerfile-to-build-apache2-container-2/