Back to blog

Docker Study

dockerstudy

What is Docker

Checklist

Fundamentals

  • To do: Understand what is containerization and the differente between containers and virtual machines
  • To do: Understand Docker architecture: daemon, CLI, REST API and registry
  • To do: Study the container life cicle (created, running, paused, stopped, removed)
  • To do: Install Docker Engine + Docker Desktop (or Linux, configure to run without sudo)
  • To do: Run the standard docker hello-world and understand what happens

Back to blog