Complete Intro to Containers
Complete Intro to Containers
Videos
▶️
Complete Intro to Containers (feat. Docker) 🐳
Table of Contents
Welcome
Introduction
Crafting Containers By Hand
What Are Containers?
chroot
Namespaces
cgroups
Docker
Getting Set Up with Docker
Docker Images without Docker
Docker Images with Docker
Node.js on Docker
Tags
Docker CLI
The Dockerfile
Intro to Dockerfiles
Build a Node.js App
A More Complicated Node.js App
A Note on EXPOSE
Layers
Making Tiny Containers
Alpine Linux
Making Our Own Alpine Node.js Container
Multi Stage Builds
Static Assets Project
Features in Docker
Bind Mounts
Volumes
Using Containers for your Dev Environment
Dev Containers with Visual Studio Code
Networking with Docker
Multi Container Projects
Docker Compose
Kubernetes
Kompose
OCI (Non-Docker) Containers
Buildah
Podman
Wrapping Up
Conclusion