Translate

Total Pageviews

My YouTube Channel

Wednesday 28 August 2019

Docker Installation on Windows Operating System - Part 4

Part 1
Part 2
Part 3
Part 4
Part 5
Part 6
Part 7
Docker Installation on Windows Operating System
1. Open https://www.docker.com/
2. Login with Docker ID (If you have not created the account yet, Click on Sign-In and Create the account) as it is needed for downloading the docker installer.


3. Open https://www.docker.com/ again
4. Now click on Get Started


5. Click on Download Desktop and Take a Tutorial

6. Click on Get Started with Docker Desktop
7. Click on Docker Desktop for Windows, It will start downloading executable and size of this file is approx. 850MB


8.  Execute the installation and Select the option as needed for this screen. As i don't want to run windows based containers due to this i have not selected this check box > Click on OK > Now this will start the Docker Installation. Wait for 2-3 Minutes.


9. Once the installation is completed, it will create the desktop shortcut.

10. Now click on this shortcut, you will get the popup message to restart your system. Click on OK

11. Now you can see docker icon in the notification area, this means docker is running in your system


12. Click on this docker icon in notification area. It will open the windows where you have to login with your Docker ID


13. Now Open your favorite Terminal and run this command. I have executed this command one by one in both the terminals and result is same
docker info

To check the docker version, you can use "docker version" command


14. Now you are ready to create and run containers with docker commands
docker run <image name>


No comments:

Post a Comment