Docker for Node.js Projects From a Docker Captain
Docker for Node.js Projects From a Docker Captain, available at $94.99, has an average rating of 4.73, with 84 lectures, based on 1463 reviews, and has 13949 subscribers.
You will learn about Optimize your local development setup for NodeJS in Docker Operate smoothly in a team of NodeJS developers using Docker and Compose Improve the speed and reliability of your Node builds and testing using Docker Get the best NodeJS tweaks to use for dev, test, and prod Design NodeJS images for use with Kubernetes and Swarm Learn about security scanning and locking-down your NodeJS apps This course is ideal for individuals who are NodeJS developers with basic Docker knowledge who want to use the best that containers has to offer or NodeJS build engineers who want to improve their testing setups and CI/CD workflows or New NodeJS developers who want to use Docker with all the best practices for Node or Server operators who want to optimize their deployments and improve the stability of their NodeJS apps or Docker users who want to understand the best and most secure ways to deply and use NodeJS It is particularly useful for NodeJS developers with basic Docker knowledge who want to use the best that containers has to offer or NodeJS build engineers who want to improve their testing setups and CI/CD workflows or New NodeJS developers who want to use Docker with all the best practices for Node or Server operators who want to optimize their deployments and improve the stability of their NodeJS apps or Docker users who want to understand the best and most secure ways to deply and use NodeJS.
Enroll now: Docker for Node.js Projects From a Docker Captain
Summary
Title: Docker for Node.js Projects From a Docker Captain
Price: $94.99
Average Rating: 4.73
Number of Lectures: 84
Number of Published Lectures: 84
Number of Curriculum Items: 84
Number of Published Curriculum Objects: 84
Original Price: $79.99
Quality Status: approved
Status: Live
What You Will Learn
- Optimize your local development setup for NodeJS in Docker
- Operate smoothly in a team of NodeJS developers using Docker and Compose
- Improve the speed and reliability of your Node builds and testing using Docker
- Get the best NodeJS tweaks to use for dev, test, and prod
- Design NodeJS images for use with Kubernetes and Swarm
- Learn about security scanning and locking-down your NodeJS apps
Who Should Attend
- NodeJS developers with basic Docker knowledge who want to use the best that containers has to offer
- NodeJS build engineers who want to improve their testing setups and CI/CD workflows
- New NodeJS developers who want to use Docker with all the best practices for Node
- Server operators who want to optimize their deployments and improve the stability of their NodeJS apps
- Docker users who want to understand the best and most secure ways to deply and use NodeJS
Target Audiences
- NodeJS developers with basic Docker knowledge who want to use the best that containers has to offer
- NodeJS build engineers who want to improve their testing setups and CI/CD workflows
- New NodeJS developers who want to use Docker with all the best practices for Node
- Server operators who want to optimize their deployments and improve the stability of their NodeJS apps
- Docker users who want to understand the best and most secure ways to deply and use NodeJS
2021 Update: Ready for Apple Silicon (M1 arm64) and Raspberry Pi’s!
2023: Fixes still happening when needed, and the course is being maintained regularly.
Welcome to the best course on the planet for using Docker with Node.js! With your basic knowledge of Docker and Node.js in hand, Docker Mastery for Node.js is a course for anyone on the Node.js path. This course will help you master them together.
I’m your instructor Bret, an Award Winning Docker Captain, DevOps community leader, and a bestselling Udemy author. I built this course for you because I live and breathe Docker containers, and I’ve enjoyed using Node.js since 2012. They work great together, and I’ll show you how!
Learn the cutting edge features of Docker that will make your Node.js apps build faster, smaller, and run more securely and reliability. Containers and Node.js are two of the hottest and most popular topics in tech.
It’s just as important to know what not to do, as well the best ways to use Node.js in Docker, and I teach a huge amount of info in this course for do’s and don’ts with Node.js in Docker.
You want assignments? We go through assignments using all sorts of Node.js + Docker setups. Single-container CLI apps, database-backed web apps, Express.js, hapi.js, distributed micro-service apps, Angular, Websockets, HTTP Proxies, MongoDB with proper connection shutdown, and more.
**NOTE: Be sure you know Docker basics and Node.js basics before starting this course. I suggest my Docker Mastery course first if you are new to Docker. Also read the course requirements!**
“…Bret is amazing. You can tell he knows exactly what he is talking about and enjoys helping others. I have never seen someone so involved with his user base as Bret. Direct messages via slack, live youtube broadcasts, newsletters, etc. I don’t know how he does it…I would seriously buy any course that Bret puts out because I have no doubts that it will be excellent.” — David Olson, Udemy student, Docker Mastery course.
“Great introduction.Bret delivers great resources and instructions. He is the guy you want to learn from when it comes to Docker. The real deal. Worth the money and more.“ —Joseph Martinez, Udemy student, Docker Mastery course
Some of the many cool things you’ll do in this course:
-
Build Node.js Images that auto-scan for security vulnerabilities
-
Use Docker’s cutting-edge BuildKit with SSH Agents and NPM Caches for better image building
-
Use docker-compose with Visual Studio Code for full Node.js debug support in Docker
-
Ensure you’re using all the latest features of Docker Desktop
-
Use BuildKit and Multi-stage Builds to create minimal and flexible Dockerfiles
-
Build custom Node.js images using distro’s like CentOS and Alpine
-
Test Docker init, tini, and Node.js as a PID 1 process in containers
-
Create Node.js apps that properly startup and respond to healthchecks
-
Build graceful shutdown code into your apps for zero-downtime deploys
-
Dig into HTTP connections with orchestration, and how Proxies can help
-
Study examples of Docker Swarm and Kubernetes deployments for Node.js
-
Migrate traditional (legacy) Node.js apps into containers
-
Simplify your microservice solutions with advanced Docker Compose features
“Bret is a naturally born instructor, docker and swarm GURU…Bret gives clear and unbiased recipes for real world scenarios of handling docker files.“ — Marciej Domanski, Udemy student, Docker Mastery course.
“This speaker is powerful!…The speaker instantly gained my excitement and favor which is exactly what I was hoping would happen. This excellent connection makes it easy for me to follow along.” — Kendra, Udemy student, Docker Mastery course.
Extra things that come with this course:
-
Access to the course Slack Chat team, for getting help/advice from me and other students.
-
Weekly YouTube Live Q&A’s where you can ask me questions live.
-
Bonus videos I put elsewhere like YouTube and share via Udemy announcements.
-
Tons of reference links to supplement this content.
-
Updates to content as products change their features on these topics.
What you will learn in this course:
You’ll start with a quick review about getting set up with Docker, as well as Docker Compose basics. That way we’re on the same page for the basics.
Then you’ll jump into Node.js Dockerfile basics, that way you’ll have a good Dockerfile foundation for new features we’ll add throughout the course.
You’ll be building on all the different things you learn from each Lecture in the course. Once you have the basics down of Compose, Dockerfile, and Docker Image, then you’ll focus on nuances like how Docker and Linux control the Node process and how Docker changes that to make sure you know what options there are for starting up and shutting down Node.js and the right way to do it in different scenarios.
We’ll cover advanced, newer features around making the Dockerfile the most efficient and flexible as possible using things like BuildKit and Multi-stage.
Then we’ll talk about distributed computing and cloud design to ensure your Node.js apps have 12-factor design in your containers, as well as learning how to migrate old apps into this new way of doing things.
Next we cover Compose and its awesome features to get really efficient local development and test set-up using the Docker Compose command line and Docker Compose YAML file.
With all this knowledge, you’ll progress to production concerns and making images production-ready.
Then we’ll jump into deploying those containers and running them in production. Whether you use Docker Engine or orchestration with Kubernetes or Swarm, I’ve got you covered. In addition, we’ll cover HTTP connections and reverse proxies for connection handling and routing with multi-container systems.
Lastly, you’ll get a final, big assignment where you’ll be building and deploying a large, complex solution, including multiple Node.js containers that are doing different things. You’ll build Docker images, Dockerfiles, and compose files, and deploy them to a server to test. You’ll need to check whether connections failover properly. You’ll basically take everything you’ve learned and apply it in one big project!
“Bret knows, lives, breaths and loves his technology stack. The passion and belief always comes through in all of his courses which is whyI will always recommend his work.” — Steven Hunt, Udemy student, Docker Swarm Mastery course
Why should you learn from me?
-
I’m A Practitioner. Welcome to the real world: I’ve got more than 20 years of sysadmin and developer experience, over 30 certifications, and have been using Docker and Node.js for myself and my consulting clients since their early days. With me, you’re learning from someone who’s helped run many hundreds of container apps across dozens of projects and organizations.
-
I’m An Educator. With me, you’ll learn from someone who knows how to make a syllabus: I want to help you. People say I’m good at it. I won a 2018 Leadership Award at DockerCon for helping others learn. For the last few years I’ve trained thousands of people on using Docker in workshops, conferences and meetups. See me teach at events like DockerCon, O’Reilly Velocity, GOTO, and Linux Open Source Summit.
-
I Lead Communities. Also, I’m a Docker Captain, which means Docker Inc. thinks I know a thing or two about Docker and that I do well in sharing it with others. In the real-world: I run two local meetups in our fabulous tech community in Norfolk/Virginia Beach USA. I help online: usually in Slack and Twitter, where I learn from and help others.
“This is the best teacher i know, not because he teaches me, but because he forces me to learn for myself in the framework he has set.” — Fabian Letsch, Udemy student, Docker Mastery course.
Giving Back: a portion of my profit on this course will be donated to supporting open source and protecting our freedoms online! This course is only made possible by the amazing people creating open source. I’m standing on the shoulders of (open source) giants! Donations will be split between my favorite charities including the Electronic Frontier Foundation and Free Software Foundation. Look them up. They’re awesome!
This is a living course, and will be updated as features and workflows change.
This course is designed to be fast at getting you started but also get you deep into the “why” of things. Simply the fastest and best way to learn the latest docker skills. Look at the scope of topics in the Sessions and see the breadth of skills you will learn.
Also included is a private Slack Chat group and weekly Live YouTube Q&A for getting help with this course and continuing your Docker, Node.js, and DevOps learning with help from me and other students.
Thanks so much for considering this course. Come join me and thousands of others in this course (and my others) for learning the latest DevOps tech! – Bret
Course Curriculum
Chapter 1: Introduction and Course Resources
Lecture 1: Introduction and Course Roadmap
Lecture 2: Getting The Most Out Of This Course
Lecture 3: Download Course Resources (GitHub Repo)
Lecture 4: Course Chat with Students Learning Containers
Lecture 5: Weekly YouTube Live Q&A with Bret
Chapter 2: Docker Compose Basics
Lecture 1: Section Intro: Compose Basics
Lecture 2: Getting The Right Docker and Compose Versions
Lecture 3: Why Compose?
Lecture 4: Compose File Format
Lecture 5: docker-compose CLI
Lecture 6: Assignment: Compose CLI Basics
Lecture 7: Assignment Answer: Compose CLI Basics
Chapter 3: Node Dockerfile Best Practice Basics
Lecture 1: Section Intro: Dockerfile Best Practice Basics
Lecture 2: Dockerfile Best Practice Basics
Lecture 3: FROM Base Image Guidelines
Lecture 4: When To Use Alpine, Debian, or CentOS Images
Lecture 5: Assignment Making a CentOS Node Image
Lecture 6: Assignment Answers: Making a CentOS Node Image
Lecture 7: Running Non-root Container Users
Lecture 8: WORKDIR feature change in next video
Lecture 9: Working With The Node User Limits
Lecture 10: Making Images Efficiently
Chapter 4: Controlling The Node Process In Containers
Lecture 1: Section Intro: Controlling The Node Process
Lecture 2: Node Process Management
Lecture 3: The Truth About the PID 1 Problem
Lecture 4: Proper Node Shutdown Options
Lecture 5: Assignment: Writing Node Dockerfiles
Lecture 6: Assignment Answers: Writing Node Dockerfiles
Lecture 7: Assignment: Testing Graceful Shutdowns
Lecture 8: Assignment Answers: Testing Graceful Shutdowns
Chapter 5: Advanced Dockerfiles with Multi-stage and BuildKit
Lecture 1: Section Intro: Advanced Node Dockerfiles
Lecture 2: NPM command changes
Lecture 3: Multi-stage Docker Builds
Lecture 4: More Multi-stage Uses
Lecture 5: Assignment: Building A 3-Stage Dockerfile
Lecture 6: Assignment Answers: Building a 3-Stage Dockerfile
Lecture 7: BuildKit, The Next Gen Builder
Lecture 8: Using BuildKit to Enable SSH Keys for Private NPM Repositories
Lecture 9: Using BuildKit to Reuse NPM Cache
Chapter 6: Node Apps in Cloud Native Docker
Lecture 1: Section Intro: Node Apps in Cloud Native Docker
Lecture 2: Cloud Native App Guidelines
Lecture 3: Twelve Factor Apps – Config
Lecture 4: Twelve Factor Apps – Logs
Lecture 5: The .dockerignore File
Lecture 6: Assignment Migrating Traditional Apps
Lecture 7: Assignment Answers Migrating Traditional Apps
Chapter 7: Compose for Awesome Local Development
Lecture 1: Section Intro: Compose for Awesome Local Development
Lecture 2: Compose Project Tips
Lecture 3: Bind-Mounting Code, Optimizing for Performance
Lecture 4: Node Modules In Images
Lecture 5: Node Modules In Bind-Mounts
Lecture 6: NPM, Yarn and Other Tools in Compose
Lecture 7: File Monitoring and Node Auto Restarts
Lecture 8: Startup Order and Dependencies
Lecture 9: Healthchecks for depends_on
Lecture 10: Shrinking Compose Files and DRY YAML
Lecture 11: Making Microservices Easier with Compose
Lecture 12: VS Code, Debugging and TypeScript
Lecture 13: Assignment: Building a Sweet Compose File
Lecture 14: Assignment Answers: Building a Sweet Compose File
Chapter 8: Making Container Images Production Ready
Lecture 1: Section Intro: Making Container Images Production Ready
Lecture 2: Avoiding devDependencies In Prod
Lecture 3: Dockerfile Comments, Arguments, and Labels
Lecture 4: Running Tests During Image Builds
Lecture 5: Security Scanning During Image Build
Lecture 6: CI Automated Testing and Proper Image Tags
Lecture 7: Adding Healthchecks
Lecture 8: Assignment: Making Your Ultimate Node.js Dockerfile
Lecture 9: Assignment Answers: Making Your Ultimate Node.js Dockerfile
Lecture 10: Assignment Answers BONUS: Making Your Ultimate Node Dockerfile
Chapter 9: Running Production Node.js Containers
Lecture 1: Section Intro
Lecture 2: Node.js Multi-Threaded Concerns
Lecture 3: Why Not Use Compose In Production?
Lecture 4: Node.js Containers With Proxies
Lecture 5: Container Replacement and Connection Management
Lecture 6: Node.js With Container Orchestration
Lecture 7: Node.js With Docker Swarm
Chapter 10: Running Node.js on ARM with Docker
Lecture 1: The State of ARM and Docker for Node.js
Lecture 2: Running Node.js ARM Containers For Development
Lecture 3: Running Node.js ARM Container for Production
Lecture 4: The Future of Multi-Arch Docker: Making ARM Easier
Chapter 11: Extras
Lecture 1: Bret's DockerCon Talks on Production Docker
Lecture 2: Bret's DevOps and Docker Podcast
Lecture 3: Bonus
Instructors
-
Bret Fisher
Docker Captain, Cloud Native Ambassador, and DevOps Sysadmin -
Docker Captain Program
Rating Distribution
- 1 stars: 12 votes
- 2 stars: 14 votes
- 3 stars: 75 votes
- 4 stars: 374 votes
- 5 stars: 988 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024