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

Docker 101

Docker 101

Surendran Mahendran

December 11, 2015
Tweet

More Decks by Surendran Mahendran

Other Decks in Technology

Transcript

  1. What is Docker? "Open platform for developers and sysadmins to

    build, ship, and run distributed applications. "
  2. Why should you care? • It's fast • Minimal overhead/resource

    usage • Run thousands of containers • Easy to run your whole production stack locally
  3. L

  4. What have we learned so far • Container - Lightweight

    virtualization • Image - Immutable snapshot of a container • Hub/Index- Central hub for sharing images
  5. +

  6. • Docker registries • Docker swarms • Elastic Container Service

    • Docker Hypervisors • Security aspects • Advanced concepts: memory, process, network, storage • Codebin