Docker Crash Course

Presentation at the SoCal Node.js Meetup

(Click on the image above to watch the video of the talk)

Description

Docker is everywhere but nobody knows what to do with it.
The goal of this session is to provide you with everything you need to get started.

We'll discuss and demonstrate the following:

Let's skip the boring concepts - we will look at a real-world Node.js application that uses multiple Docker containers.

Slides

03:35 What is Docker?

11:18 What does docker solve?

16:57 How to use it for development work flow?

19:13 How to use it for deployment/production work flow?

References

Run this presentation

docker run -p 3000:80 sanguinebio/docker-crash-course

open http://localhost:3000

Push this presentation to Dockerhub

bin/push

Deploy with Deis

bin/deploy