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.
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.
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.
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.
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.
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.
Review the selected components and click on the Install button.
You can see the installation process; if everything went well, you could see the below success window.
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
Double click on Docker Quickstart icon, then you would see the below docker terminal (docker interactive shell).
Verification:
To verify the installation, check the docker version (docker –version), then you would see the installed docker version as a result.
Done!
References:
Happy Learning:)