Hands on With Docker & Docker Compose From a Docker Captain
Hands on With Docker & Docker Compose From a Docker Captain, available at $59.99, has an average rating of 4.45, with 51 lectures, based on 772 reviews, and has 3189 subscribers.
You will learn about Understand what Docker is and isn't Install Docker on MacOS, Windows & Linux Understand Docker's ecosystem Master Docker's core features Master Docker Compose's core features Build, run and push your own custom Docker images Manage real world web applications with Docker Skills to "Dockerize" your own web applications no matter what framework you use This course is ideal for individuals who are Web developers looking to improve how they develop their applications or Sysadmins / Operators looking to efficiently distribute their applications or IT / QA teams who want to test applications in a more consistent way or Anyone who wants to land a job related to using and implementing Docker It is particularly useful for Web developers looking to improve how they develop their applications or Sysadmins / Operators looking to efficiently distribute their applications or IT / QA teams who want to test applications in a more consistent way or Anyone who wants to land a job related to using and implementing Docker.
Enroll now: Hands on With Docker & Docker Compose From a Docker Captain
Summary
Title: Hands on With Docker & Docker Compose From a Docker Captain
Price: $59.99
Average Rating: 4.45
Number of Lectures: 51
Number of Published Lectures: 51
Number of Curriculum Items: 51
Number of Published Curriculum Objects: 51
Original Price: $49.99
Quality Status: approved
Status: Live
What You Will Learn
- Understand what Docker is and isn't
- Install Docker on MacOS, Windows & Linux
- Understand Docker's ecosystem
- Master Docker's core features
- Master Docker Compose's core features
- Build, run and push your own custom Docker images
- Manage real world web applications with Docker
- Skills to "Dockerize" your own web applications no matter what framework you use
Who Should Attend
- Web developers looking to improve how they develop their applications
- Sysadmins / Operators looking to efficiently distribute their applications
- IT / QA teams who want to test applications in a more consistent way
- Anyone who wants to land a job related to using and implementing Docker
Target Audiences
- Web developers looking to improve how they develop their applications
- Sysadmins / Operators looking to efficiently distribute their applications
- IT / QA teams who want to test applications in a more consistent way
- Anyone who wants to land a job related to using and implementing Docker
Learn the Docker Fundamentals and Then Dockerize Your Own Web Apps
This course is meant for anyone looking to improve the way they build and distribute applications. You could be a web developer, sysadmin, operations manager, or someone who is part of an IT / testing / QA team.
- Developers use Docker to set up and run applications without the headache of having to install everything manually
- Operators use Docker to distribute applications across environments consistently and optimize server resources
- QA teams use Docker to quickly build test environments without having to deal with “but it works for me!” problems
By the time you finish this course you’ll know everything you need to start using Docker / Docker Compose on your own projects.
This course was flawless in explaining every segment in detail while keeping it easy to follow along and learn. — Brian K.
It doesn’t matter if you use Ruby on Rails, NodeJS, Flask, Django, Java, Golang or any other language / framework. At the end of the day, Docker is a toolset that helps you package up and distribute your applications in a portable and repeatable way. You’ll be able to set up entire development environments in a single command and run those same applications exactly the same in production with total confidence that it will work because you’re just moving around special packages that Docker creates for you under the hood.
The days of “well it works for me!” or having to point another developer to a 20 page document on how to set up your web application are long over. Docker fixes those problems and so much more.
No prior Docker knowledge is necessary to take this course. We’ll go all the way from “What is Docker?” to exploring what types of problems Docker solves to completely mastering Docker’s core features (we’ll cover Docker Compose in great depth too). Through out the process we’ll go over Dockerizing simple web apps, complex multi-service web apps and I’ll show you exactly how to Dockerize your own web apps.
I’m a big fan of learning by doing so this course has just enough theory combined with dozens of guided labs and challenges. This way you’ll learn both the “why” and the “how”.
Instead of sifting through 100+ scattered blog posts, this course lays everything out on a silver platter. I’ve done years of research and testing so you don’t have to. All you have to do is sit back, relax and follow along with the videos. You’re only a few short hours away from mastering Docker and applying it to your own applications.
I have been through very few learning experiences that were this thorough. Nick not only teaches you how to use Docker, but also how to troubleshoot Docker problems and research solutions. — Dennis E.
What makes me suitable for teaching a course on Docker?
Hi, I’m Nick.
- I’ve been a self taught software developer for the last 20 years. I’ve been actively using Docker since 2014. I also help train teams and individuals on how to “Dockerize” their applications.
- This course is loaded with best practices and tips I’ve learned from years of real world experience and now I want to share everything I’ve learned with you.
- I’ve answered over 4,000 questions on Docker over the years through my previous Docker courses.
- I’m also a Docker Captain. Docker Captain is a title that Docker awards to select members of the community. Docker Captains are both experts in their field and are passionate about sharing their Docker knowledge with others.
Nick has always been quick to respond to my questions. I’ve never had a message fall through the cracks with Nick. He has become an invaluable mentor. — Kyle. E
Bonus content:
- Self contained notes that you can download and reference. It includes every command we run and all websites I visit on camera. No more hunting around videos to quickly find the content you want to review.
- Over half a dozen code examples on how to Dockerize popular web frameworks.
Course Curriculum
Chapter 1: Is Docker Right For You?
Lecture 1: Course Introduction
Lecture 2: Docker's Biggest Wins
Lecture 3: Why I Got Started With Docker
Lecture 4: Making an Informed Decision
Chapter 2: Preparing for This Course
Lecture 1: Introduction
Lecture 2: Accessing this Course's Files
Lecture 3: Asking Excellent Questions
Chapter 3: Understanding Docker
Lecture 1: Introduction
Lecture 2: Virtual Machines vs Docker Containers
Lecture 3: VMs vs Docker Containers in the Real World
Lecture 4: Visualizing Docker's Architecture
Chapter 4: Installing Docker
Lecture 1: Introduction
Lecture 2: Docker Community Edition vs Docker EE
Lecture 3: Installing Docker on Linux, macOS and Windows
Lecture 4: Verifying You Have Docker Installed
Chapter 5: Discovering Docker
Lecture 1: Introduction
Lecture 2: Hello World with Docker
Lecture 3: Docker Images and Containers
Lecture 4: Downloading and Storing Docker Images
Lecture 5: Explaining the Docker Build Process
Chapter 6: Docker in the Real World
Lecture 1: Introduction
Lecture 2: A Simple Web Application With Docker
Lecture 3: Creating a Dockerfile (Part 1)
Lecture 4: Creating a Dockerfile (Part 2)
Lecture 5: Building and Pushing Docker Images
Lecture 6: Running Docker Containers
Lecture 7: Live Code Reloading With Volumes
Lecture 8: Debugging Tips and Tricks
Lecture 9: Linking Containers With Docker Networks
Lecture 10: Persisting Data to Your Docker Host
Lecture 11: Sharing Data Between Containers
Lecture 12: Optimizing Your Docker Images
Lecture 13: Running Scripts When a Container Starts
Lecture 14: Cleaning Up After Yourself
Chapter 7: Docker Compose in the Real World
Lecture 1: Introduction
Lecture 2: Why Is It Worth Learning Docker Compose?
Lecture 3: Adding Docker Compose Support to Our Web App
Lecture 4: Managing Our Web App With Docker Compose
Lecture 5: Docker Compose API v1 / v2 / v3
Lecture 6: Managing Microservices with Docker Compose
Chapter 8: Dockerizing Your Web Applications
Lecture 1: Introduction
Lecture 2: General Tips for Dockerizing Any Web App
Lecture 3: Ruby on Rails / Ruby Starter Project
Lecture 4: Flask / Python Starter Project
Lecture 5: Django / Python Starter Project
Lecture 6: Express / NodeJS Starter Project
Lecture 7: Laravel / PHP Starter Project
Lecture 8: Golang Starter Project
Lecture 9: C# / .NET Starter Project
Chapter 9: Where to Go Next
Lecture 1: Congrats on Finishing This Course
Lecture 2: Deploying and Scaling Docker / Docker Swarm
Instructors
-
Nick Janetakis
Developer / Docker Captain / Teacher -
Docker Captain Program
Rating Distribution
- 1 stars: 8 votes
- 2 stars: 9 votes
- 3 stars: 55 votes
- 4 stars: 259 votes
- 5 stars: 441 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