Posts

Showing posts from May, 2022

All about Docker .

Image
# A 10 min read will make you learn about containerisation. Let start!. Overview what we study in this whole: What is Docker. Docker Components. Docker Architecture.   Docker Hub. Docker Registry. Docker Network. What is Docker ? Docker , it is a tool by which we can make containers of the image that are present on the docker hub. It give the way to the developers to package the applications with all its dependencies and operating system to execute the same in any platform and environment.  By using this open source tool  we as a user , get rid of downloading the applications make it to run on our system by downloading all its dependencies and after doing lot of effort , if the application failed to run and error comes , we waste our time in resolving that error by surfing all around . Thus in this fast technology something should be there to do  all these things with ease and time efficient .So, Docker is use for this purpose . Docker Components Docker client and Sever. Docker image .