Skip to main content

Posts

Showing posts from August, 2018

All about Docker

Container :- Docker container is an isolated Application Platform which contains everything needed to run the application. They are build from one base docker image and dependencies are installed on top of the image. You can check the illustration of containers in the below pic