Slide 1

Slide 1 text

No content

Slide 2

Slide 2 text

Solomon Hykes, Pycon 2013

Slide 3

Slide 3 text

Containers

Slide 4

Slide 4 text

Encapsulation

Slide 5

Slide 5 text

Lightweight

Slide 6

Slide 6 text

Dockerfile # use the ubuntu base image provided by dotCloud FROM ubuntu # make sure the package repository is up to date RUN apt-get update # install memcached RUN apt-get install -y memcached $ docker build -t memcached:v1 .

Slide 7

Slide 7 text

$ docker run memcached

Slide 8

Slide 8 text

Transportation

Slide 9

Slide 9 text

Transportation $ docker push memcached $ docker pull memcached

Slide 10

Slide 10 text

Ecosystem

Slide 11

Slide 11 text

dokku https://github.com/progrium/dokku

Slide 12

Slide 12 text

dokku

Slide 13

Slide 13 text

Flynn https://flynn.io/

Slide 14

Slide 14 text

Flynn

Slide 15

Slide 15 text

Learn More • https://www.docker.io/gettingstarted/ • http://docs.docker.io/en/latest/ • http://www.youtube.com/watch?v=wW9CAH9nSLs