Docker Introduction

Topics 

  • What is and Why Docker?

  • Docker ecosystem 

  • VMs vs Containers 

  • Docker architecture

What is and Why Docker?

What is Docker?

What is Docker?



 

What is Docker?



 

Why Docker?

Why Docker?

 

Why Docker?

Docker Ecosystem

Docker Ecosystem

 

Docker Ecosystem

Virtual Machines(VMs) vs Containers

VM vs Containers

VM vs Containers

 

Docker Architecture

Docker Architecture

What makes up Docker? 

  • Images 

    • The file system and configuration of our application which are used to create containers

       
  • Containers 

    • Running instances of Docker images - containers run the actual applications

       
  • Docker daemon 

    • The background service running on the host that manages building, running and distributing Docker containers

       
  • Docker client 

    • Command line tool that allows the user to interact with the Docker daemon

       
  • Docker Hub 

    • A registry of Docker images

 

Download Course Content