What is Docker?
Docker is a container management tool where application can run in isolation.
Why Docker?
Docker is useful for cost saving, setup time and improve the quality of software
What is Container
Container is VM image which contains the resources to run the application
Docker workflow
How container created?
Human(request) -> Docker Client -> Docker Server -> OS Kernel -> ContainerD library -> Container
Top comments (0)