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

Docker Mini Training

Docker Mini Training

Those are the introduction slides for my Docker Mini Training.
Full material -> https://github.com/resendislab/docker_mini_training

Christian Diener

May 29, 2017
Tweet

More Decks by Christian Diener

Other Decks in Programming

Transcript

  1. The Cloud and Docker provides infrastructure - Platform as a

    Service (PaaS) high investment - high return biggest players: Amazon AWS, Google Cloud Platform, Digital Ocean biggest customers: Netflix, Reddit, AirBnB, Snapchat
  2. The Cloud and Docker published by dotCloud in 2013 1B

    value in 2015 (last investment 95M) provides container engine based on linux kernel isolation features
  3. The Cloud and Docker no overhead, instant boot motivates app

    isolation easier to orchestrate (kubernetes, swarm, etc.)
  4. The Cloud and Docker Images vs. Containers Image persistent state

    of your app can be versioned/tagged etc. includes everything your app needs to run and nothing else Container mutable state of your app short lived represents one running instance of your app data is not persistent - use volumes for that Containers are created from images