Friday, 27 October 2017

Docker Tutorial


Docker is a company that provides software (also called Docker) that allows you to build, run and manage software containers. While Docker’s container has been getting most of the press, there are other container solutions - Google/Canonical’s LXC/LXD, CoreOS’s rkt, etc.
A software container is a way to bundle and isolate processes (software) running on a server. If you are familiar with the virtual machine or virtual server virtualization model, it is sometimes referred to as “VM-lite” because its functionality similar to a VM but does not include an operating system.



















Docker is open platform utility.
Its components are:
1. Docker image - build component of docker
2. docker containers - run component of docker
3. docker registries- distribution component of docker.

Image is like blue print while to run your application on that image, you need to create container from that.

One image can have multiple containers but one container is associated with one image.















Thursday, 30 July 2015


  "All of us do not have equal talent. But , all of us have an equal opportunity to develop our talents.” - A.P.J Abdul Kalam


This great man with modesty, simple thinking and great living sets a standing example of innovation in the thought process for decades. Abdul Kalam also served as the 11th President of the Country for five years. APJ had massively contributed his knowledge and observations during the nuclear tests of Pokhran – II that were done in the year 1998. Kalam also penned a popular book, India 2020, where he laid foundation for the vision to see a developed India by the year 2020. His thoughts and words of inspirational quotes are very famous among youngsters who dream of reaching heights in life. The student community of India is heavily motivated with Kalam’s many speeches and interactions.

Saturday, 30 March 2013