Intro to Docker - London meetup oct. 2013

19
Introduction to Steve Domin Docker London Oct 2013

description

 

Transcript of Intro to Docker - London meetup oct. 2013

Page 1: Intro to Docker - London meetup oct. 2013

Introduction to

Steve DominDocker London Oct 2013

Page 2: Intro to Docker - London meetup oct. 2013

Quick Survey

• have heard of Docker ?

• have tried Docker ?

• are using Docker in a project ?

How many of you :

Page 3: Intro to Docker - London meetup oct. 2013

The challenge

Page 4: Intro to Docker - London meetup oct. 2013

Let’s make an analogy

Page 5: Intro to Docker - London meetup oct. 2013

The solution

Page 6: Intro to Docker - London meetup oct. 2013

What is Docker?

Docker is an engine that automates the deployment of any application as a lightweight, portable, self-sufficient container that will run

virtually anywhere.

Page 7: Intro to Docker - London meetup oct. 2013

Underlying technologies

• Linux Containers a.k.a LXC

• Control groups and namespaces

• AUFS, a copy-on-write filesystem

Page 8: Intro to Docker - London meetup oct. 2013

Containers vs VMs

Page 9: Intro to Docker - London meetup oct. 2013

Installing Docker• What you need:

• Linux Kernel 3.8 or above

• AUFS

• LXC

• Vagrant, APT repo, binary download, from source

• http://docs.docker.io/en/latest/installation/

Page 10: Intro to Docker - London meetup oct. 2013

Try Docker on DigitalOcean

Register here http://tinyurl.com/dockerLDNwith the promo code DockerInLondon

for a $10 credit bonus

Page 11: Intro to Docker - London meetup oct. 2013

Docker on OS X

• Launch Vagrant box with docker

• Build docker on OS X

• Alias docker to docker -H :4243

Page 12: Intro to Docker - London meetup oct. 2013

Demo

Page 13: Intro to Docker - London meetup oct. 2013

Use cases

• Build a PaaS

• Easy, automated application development

• Local dev environment

• Testing

Page 14: Intro to Docker - London meetup oct. 2013

Docker ecosystem

• PaaS: dokku, flynn.io, deis, tsuru

• Orchard

• StriderCD

• UI’s (shipyard, docker-ui, dockland)

• CoreOS

Page 15: Intro to Docker - London meetup oct. 2013

Cool projects

• http://memcachedasaservice.com

• http://tryrethink.info

• https://github.com/ptone/jiffylab

Page 16: Intro to Docker - London meetup oct. 2013

Who’s playing with it

• Cloudflare

• eBay

• mailgun

• (GoCardless)

Page 18: Intro to Docker - London meetup oct. 2013

Useful links

• http://docker.io

• Docs: http://docs.docker.io/

• IRC: #docker on freenode

• Google group: docker-user

• Twitter: @docker

• G+: Docker+

Page 19: Intro to Docker - London meetup oct. 2013

Thanks!

@stevedomin

(I’ve a limited amount of Docker stickers to give away)