Skip to content

Latest commit

 

History

History
35 lines (33 loc) · 1.19 KB

talk.org

File metadata and controls

35 lines (33 loc) · 1.19 KB

Docker for Local Development

What problems are we trying to solve?

  1. “It works on my machine!”
  2. Fixing production bugs by running a copy of production locally
  3. Running a full stack on a workstation with a different OS is problematic

Docker

  • Docker is an open platform for developers and sysadmins to build, ship, and run applications.
  • Find out more at http://docker.com

Fig

  • Fig is a tool for managing a single docker host
  • Configuration tool for starting apps and their dependencies
  • Find out more at http://fig.sh

Boot2docker

Setup

Demo Time