Play by Play: Docker for Web Developers with John Papa and Dan Wahlin

Pluralsight
Course Summary
In this Play by Play, learn how to integrate Docker into your development workflow and the benefits it offers.
-
+
Course Description
Docker can be a tremendous productivity booster for developers, with its rapid deployment of images that run consistently on any machine. In this Play by Play course, Dan Wahlin and John Papa walk you through the fundamentals of Docker and explore the benefits it can offer developers. You'll learn about using Docker Toolbox, the basics of Docker images and containers, and explore how the layered file system works in Docker. You'll also learn to customize images with a Dockerfile. Finally, you'll see how to use Docker Compose to integrate multiple containers, even on your development machine! The exercise files for this course are available at http://github.com/danwahlin/Angular2-RESTfulService
-
+
Course Syllabus
Course Overview- 1m 34s
—Course Overview 1m 34sDocker Fundamentals for Web Developers- 30m 43s
—Introduction 5m 59s
—Getting Started with Docker 3m 5s
—Installing Docker Toolbox 5m 2s
—Exploring Docker Machine 4m 3s
—Overview of Machines, Images, and Containers 9m 17s
—Docker Containers vs. Virtual Machines 3m 14sGetting Started with Images and Containers in Docker- 33m 7sWorking with Docker Containers- 29m 2s