Completed
Additional Resources
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Containerizing Your Dev. Environment
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Agenda
- 3 Docker is popular
- 4 Docker vs containers
- 5 What is Docker
- 6 What are containers
- 7 Containers are virtualization layer
- 8 Container runtime engine
- 9 Benefits of containerization
- 10 Working with Docker
- 11 Docker is the tool
- 12 Docker Engine
- 13 Docker Registry
- 14 Two types of registry images
- 15 Running a private registry
- 16 Docker is a gobetween
- 17 Docker commands
- 18 Docker API
- 19 Objectives
- 20 Dockers Bad Reputation
- 21 Docker Installation
- 22 Boot to Docker
- 23 Handling the abstraction
- 24 Types of images
- 25 Example docker file
- 26 Failing demo
- 27 Docker file
- 28 Layered file system
- 29 From instruction
- 30 Run
- 31 Working Directory
- 32 CMD
- 33 Ruby Hello World
- 34 Running in a container
- 35 Local file
- 36 Images
- 37 Dockerfile
- 38 Bundle install
- 39 Docker problems
- 40 When to use Docker
- 41 Base Images
- 42 Port Forwarding
- 43 Application Template
- 44 Docker Compose
- 45 Panamax
- 46 Templating Language
- 47 Remote Deployment
- 48 Dre
- 49 Laurie
- 50 Image Layers
- 51 Additional Resources