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

Docker after 500M Containers

Docker after 500M Containers

Slides from ClusterHQ Meetup talk

video/blog followup: http://blog.heavybit.com/blog/2015/3/23/dockermeetup

Reed Allman

February 11, 2015
Tweet

More Decks by Reed Allman

Other Decks in Programming

Transcript

  1. or

  2. or

  3. 5)

  4. Solved our main problem Can upgrade and add images easily

    while being backwards compatible (hooray, tags)
  5. Good for you Try your code in the same docker

    image we’ll run it in (thanks Dockerhub)
  6. Since we’re sharing a kernel, it’s hard to tell whether:

    1) Docker has issues 2) Linux has issues or 3) We forgot to take our pills