Docker Architecture and advantages and disadvantages


Advantages of Docker


                                Disadvantages of Docker



                                Architecture of Docker


                                Component of Docker

1. Docker Demon : -




2. Docker Client : -



3. Docker Host : - 


4. Docker Hub: - storage and management


5. Docker Image: - 


Why to create image using Docker

1. Take image from docker hub


2. create image from docker file

3. create image from existing docker container


            Container :


a standard unit of software that packages up code and all its dependencies so the application runs quickly and reliably from one computing environment to another.


Comments

Popular Posts