Create a simple DOCKER image and Execute it in the Widows Platform
This document is demonstrated step by step methodology i.e. how to install docker, create docker image, and run the Docker instance in the Windows platform. Install the Docker Tool Box in the Windows machine. Need to download the software from this https://www.docker.com/products/docker-toolbox For your reference please find below image snapshots. After that, you need to double click on the ‘ DockerToolbox.exe ‘’ .exe file. While this .exe is running it will check ORACLE VM VIRTUAL BOX is present or not. If it is not present then need to install this software in your machine otherwise then need to check the checkbox of coming window boxes. Please find the below screenshot for your reference. Now double click on the ‘Docker Quickstart Terminal’’ icon on the desktop. After successfully running this program it will show below messages that the Docker terminal is running properly. Now open spring boot ID and create a simple rest controller...