by BehindJava
How to install Docker on Windows in simple steps
In this tutorial, We are going to learn about installing the Docker on windows in 9 simple steps.
Step 1: Installing Docker
Search for install docker and select the install docker engine. Based on your operating system, Select the installation options available.
Once the download is completed, Double click on the docker.exe and install it. After Docker installation it prompts for the download of Linux kernel package update to run the docker engine in your local machine.
On successful installation proceed to the step 2.
Step 2: Deploy a Spring Boot Application
Refer to this tutorial for steps to Deploy a Spring Boot Application on Docker.