Docker in 15mins

It works in my machine

Meet VMs

Features of VMs

  • Complete Isolation
  • Runs own OS(Win/Mac/Linux you say...)
  • Full OS resource Utilization
  • Well known management tools

Meet Containers

Containers

  • Lightweight
  • Resource Isolation
  • Shared Host OS Kernel/Libs

Docker is a portable container management system

Runs on top of Linux(LXC)

If your machine has Docker

It will run

Dockerfile

Its like a recipe for a food

Build

Run

docker run <name>:<tag>

 

docker run restoo:latest

That's all folks

Made with Slides.com