Learn how to build, run, and deploy a Next.js application using Docker and Google Cloud Run in under 10 minutes!
0:00 — What is Docker?
0:25 — Relation to Kubernetes
0:45 — Installing Docker on your Machine
1:07 — Creating a Dockerfile
2:43 — Dockerignore
2:50 — Building the Docker Image
3:38 — Multi-stage Docker Builds
4:01 — Viewing Docker Images
4:14 — Running Next.js Locally with Docker
4:41 — Setting up the Google Cloud SDK
5:23 — Creating a Project & Logging In
6:02 — Building Image with Google Cloud Build
6:30 — Deploying to Google Cloud Run
7:23 — Conclusion
Links
–––––
Code: https://github.com/vercel/next.js/tre...
Command: npx create-next-app -e with-docker
Docker: https://docs.docker.com/get-docker/
Google Cloud SDK: https://cloud.google.com/sdk/docs/ins...
–––––
Blog: https://leerob.io/
Twitter: / leeerob
GitHub: https://github.com/leerob
Course: https://react2025.com/
Theme/Gear/Setup: https://leerob.io/uses
#nextjs #docker