Complete Intro to Containers (feat. Docker)

Complete Intro to Containers (feat. Docker)

Learning Paths:
Topics:
6 hours, 4 minutes CC

What started as a way to manage multiple servers on one system has grown into the way we develop, write code, ship applications, and coordinate large scale applications! Containers may have started as tools for the ops team, but now everyone needs to learn to build and use them. In this course you’ll learn what containers are, how to create containers from scratch, how to run containers from Dockerhub, how to create your own containers with Dockerfiles, best practices for front-end and Node.js code in containers, and how to create development environments with containers.

This course and others like it are available as part of our Frontend Masters video subscription.

Published: January 15, 2020
Get Unlimited Access Now
Table of Contents

Introduction

Containers

Docker

The Dockerfile

Making Tiny Containers

Features in Docker

Multi Container Projects

OCI

Wrapping Up