Let's quickly install the Docker on Windows 10. In our case, it is a Windows Home edition; so, we need to install Docker toolbox from https://www.docker.com/products/docker-toolbox:
- Click on the Download button:
- It will redirect you to https://github.com/docker/toolbox/releases/tag/v1.12.5 or the page with the latest version.
- Download DockerToolbox. Click on the exe file of Docker toolbox to install it:
- Click on Next > on the welcome page:
- Select the preferred location to install Docker Toolbox:
- Keep all the default components for installation.
- Select Additional Tasks that should be performed and click on Next >:
- Click on Install:
- Docker toolbox installation will install the virtual box too:
- Click on Finish:
Before starting operations on Docker, we need to enable the virtualization technology in the Windows system, or else we will get the...