Completed
Container bootup order
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Learn Docker - DevOps with Node.js & Express
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro & demo express app
- 2 Custom Images with Dockerfile
- 3 Docker image layers & caching
- 4 Docker networking opening ports
- 5 Dockerignore file
- 6 Syncing source code with bind mounts
- 7 Anonymous Volumes hack
- 8 Read-Only Bind Mounts
- 9 Environment variables
- 10 loading environment variables from file
- 11 Deleting stale volumes
- 12 Docker Compose
- 13 Development vs Production configs
- 14 Adding a Mongo Container
- 15 Communicating between containers
- 16 Express Config file
- 17 Container bootup order
- 18 Building a CRUD application
- 19 Sign up and Login
- 20 Authentication with sessions & Redis
- 21 Architecture Review
- 22 Nginx for Load balancing to multiple node containers
- 23 Express CORS
- 24 Installing docker on Ubuntu(Digital Ocean)
- 25 Setup Git
- 26 Environment Variables on Ubuntu
- 27 Deploying app to production server
- 28 Pushing changes the hard way
- 29 Rebuilding Containers
- 30 Dev to Prod workflow review
- 31 Improved Dockerhub workflow
- 32 Automating with watchtower
- 33 Why we need an orchestrator
- 34 Docker Swarm
- 35 Pushing changes to Swarm stack