7
Docker for fun and Profit

Docker for fun and profit!

Embed Size (px)

Citation preview

Page 1: Docker for fun and profit!

Docker for fun and Profit

Page 2: Docker for fun and profit!

What is docker?

— "Open platform for developers and sysadmins to build, ship, and run distributed applications. "

— Light weight containers

Page 3: Docker for fun and profit!

What's a container

Page 4: Docker for fun and profit!

In practice

Page 5: Docker for fun and profit!

Why should you care

— very fast little overhead

— scales easily

Page 6: Docker for fun and profit!

Why should you care (in development)?

— no dependency hassles

— easy to deploy

Page 7: Docker for fun and profit!

Key terms for rails app

— Dockerfile

— Docker Compose