Friday 14 July 2017

Docker - Getting Started

What is Docker ?

+ Docker is the world's leading software container platform.
+ It is an open platform for developing, shipping, and running applications.
+ Simplifies the process of building an application.
+ It allows you to package an application with all of its dependencies into a standardized unit for software development.


History of Docker 

Docker Installation 

Note : This installation is done on Windows 8

Download Docker Toolbox because Docker Toolbox provides a way to use Docker on older Windows systems that do not meet minimal system requirements for the Docker for Windows app. Link :-https://docs.docker.com/toolbox/toolbox_install_windows/





Click on Docker Quickstart Terminal and wait as it will take some time to get Docker configured.


Kudos Docker is installed !!!


To Check whether Docker is installed - Write command docker --version in Docker Quickstart Terminal





2 comments:

  1. What you're saying is completely true. I know that everybody must say the same thing, but I just think that you put it in a way that everyone can understand. I'm sure you'll reach so many people with what you've got to say.

    ReplyDelete
  2. It was very useful for me. Keep sharing such ideas in the future as well. This was actually what I was looking for, and I am glad to came here! Thanks for sharing the such information with us.

    ReplyDelete

Chapter : 1 - First code in Node JS Previously I have written a blog about Getting Started with Node JS and its installation. Now lets s...