In this tutorial, we will see how to install docker toolbox on Windows 10 Operating system.

How to install Docker Toolbox on Windows:

A step by step guide to install Docker toolbox.

System Information:

I am installing Docker toolbox on the below configurations. However, it is okay if your system meets the prerequisites also.

  • Windows 10 Pro (64 Bit)
  • RAM 8GB
  • HDD 1TB
  • Git 2.21

Prerequisites:

  • Windows 8 Or High – 64 Bit Operating System
  • RAM 2GB
  • GIT 1.7 or Higher

Install Docker Toolbox on Windows:

Follow the below steps to download docker toolbox and install it. You can also see my previous article on how to install Docker Desktop on Windows 10 Operating system.

Get Docker Toolbox:

Download the latest Docker toolbox from the official website. Upon clicking the given link, you will be redirected to Docker Toolbox downloads page; there you could see the below options to download.

How to install Docker Toolbox on windows 10-min

Click on the above highlighted Get Docker Toolbox for Windows button. An installer will be downloaded into your system.

Install Docker Toolbox:

Upon successful download, double click on the DockerToolbox.exe file, then you would see the below Setup Wizard.

How to install Docker Toolbox on windows 10 2-min

Click on the Next button. Then you will be prompted to provide the installation directory. If you would like to give another location, you can click on the Browse button.

How to install Docker Toolbox on windows 10 3-min

For now, I am leaving this as is and click on the Next button.

This window is used to select the components which you want to install.

How to install Docker Toolbox on windows 10 4-min

On the above checklist, I deselect the Git for Windows as I have Git on my system already. You can select if you want and click on the Next button.

How to install Docker Toolbox on windows 10 5-min

The above window provides some additional task to be performed along with installation – Like creating a desktop shortcut and setting the PATH to docker binaries so that you no need to set PATH manually.

Click on the Next button.

How to install Docker Toolbox on windows 10 6-min

Review the selected components and click on the Install button.

How to install Docker Toolbox on windows 10 7-min

You can see the installation process; if everything went well, you could see the below success window.

How to install Docker Toolbox on windows 10 8-min

Click on the Finish button to close the window. Till now we installed the Docker Toolbox on Windows 10 operating system lets start to access this.

Access Docker Toolbox:

Upon successful installation, you could see the following three icons on your Windows desktop.

  • Oracle VM VirtualBox
  • Docker Quickstart
  • Kitematic
How to install Docker Toolbox on windows 10 9-min

Double click on Docker Quickstart icon, then you would see the below docker terminal (docker interactive shell).

How to install Docker Toolbox on windows 10 10-min

Verification:

To verify the installation, check the docker version (docker –version), then you would see the installed docker version as a result.

How to install Docker Toolbox on windows 10 11-min

Done!

References:

Happy Learning:)