Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Introduction to Docker

mahata
April 15, 2016

Introduction to Docker

mahata

April 15, 2016
Tweet

More Decks by mahata

Other Decks in Technology

Transcript

  1. What is Linux containers? • (Sort of) VMs: – Segregated

    environment – Computing resource isolation – Deployable unit – Clonable
  2. How containers are different from VMs? • Lighter than VMs

    – Work with smaller memory – Lightning Fast to spin up
  3. Super impressive! … Any drawbacks? • Ah… yes… sadly… –

    Doesn't work natively on Mac or Windows – Need some strategy to keep its data
  4. Hmm… then Docker containers are useless? • No no! Don't

    rush! – “-v /path/to/mount” option is your friend - EBS and S3 too!
  5. Nice! But I'd prefer private images… • Yeah yeah. You

    have 2 options to chose from: 1.Pay Docker to get private repos 2.Create Private Registry itself