Docker Crash Course for Absolute Beginners [NEW]

preview_player
Показать описание
Docker Tutorial for Beginners that teaches you everything you need to get started

#docker #dockertutorial #techworldwithnana

► This video is sponsored by Nethopper 🙌🏼

Learn the basic building blocks of Docker in an easy and understandable way.
By the end of this Docker tutorial, you will have a deep understanding of the concepts and a great overall big picture of how Docker is used in the whole software development process.
The course is a mix of animated theoretic explanation and hands-on demos to follow along, so you get your first hands-on experience with Docker.

🔗 Links

▬▬▬▬▬▬ T I M E S T A M P S ⏰ ▬▬▬▬▬▬
0:00 - Intro and Course Overview
02:54 - What is Docker?
03:51 - What problems Docker solves in development and deployment process
11:38 - Virtual Machine vs Docker
17:19 - Install Docker
21:36 - Docker Images vs Containers
26:32 - Docker Registries
29:38 - Docker Image Versions
32:02 - Main Docker Commands - Pull and Run Docker containers
39:06 - Port Binding
42:50 - Start and Stop containers
46:54 - Private Docker Registries
48:11 - Registry vs Repository
58:30 - Build Image
1:02:39 - Docker UI Client
1:03:39 - Overview: Docker in complete software development lifecycle
1:06:38 - Where to go from here

▬▬▬▬▬▬ Want to learn more? 🚀 ▬▬▬▬▬▬

▬▬▬▬▬▬ Connect with me 👋 ▬▬▬▬▬▬

▬▬▬▬▬▬ Courses & Ebooks & Bootcamp 🚀 ▬▬▬▬▬▬
Рекомендации по теме
Комментарии
Автор

First time in my life watching something related to Docker. Understood everything. Put it into practice on my own project. Absolutely outstanding tutorial. Best there is by light years!

FreeStyleKid
Автор

I am speecheless...I knew nothing about Docker an hour ago and here am I already creating my own images and running them inside containers. What a Thanks a ton Nana. I had to hit that Subscribe button! 🙏🔥

ThatFirstRep
Автор

I'm a long time follower of your channel, and love the way you teach. There are a lot of very talented instructors here on YouTube, and I appreciate every one of them. What sets you apart from the rest is that you explain even the little details that everyone else glosses over, for example, " -it means interactive terminal " . That one little detail made learning k8s so much easier! Please keep up the great work!

darlakim
Автор

I have watched around 5-7 "beginner" tutorials on Docker, but none came even close to the comprehensiveness of this tutorial. This tutorial clarifies thoroughly the fundamentals of Docker at a perfect pace! Forever in your debt! :D

gabip
Автор

This is the best crash course I have seen on Docker. In 1 hour I was able to fully understand the basics that I have struggled with for a while. Thanks Nana!

jeffjarvis
Автор

An outstanding tutorial. All the main important moments are clearly explained and shown in practice in just an hour - a really great work!
10/10 👍
Definitely the best Docker introduction I've seen so far.

informatik
Автор

A great introductory course. Simple and concise.
Slight correction for the Dockerfile section of the video.
- *The commands in a dockerfile are not RUN/MAPPED in the container, only while BUILDING the image.*
- _If it were, spinning up new containers would take longer as dependencies would have to be installed for each new container._
- Building a Docker image creates an object (the final layer) which specifies folder structures and contains all the necessary files i.e. base image files, installed package files, your program code and all other artifacts created as a result of the instructions in your Dockerfile.
- Running the image creates a process (the container) to manage an ISOLATED instance with a folder structure and content continuing from where the image ended i.e. "run your code".

This is why 2 containers based on the exact same image may have different contents at run time depending on what your code is doing to the file system: docker exec [ContainerId] ls .
These underpin why a basic knowlege of Linux (file system and commands) is usually advised before learning Docker.

haxkalibrr
Автор

The best Docker Crash course I have seen till date, thoroughly enjoyed it. I have more than a decade experience in IT and I can safely say your way of teaching inspires me. Keep it up Nana, keep uploading more tech videos like this !! :)

rjc
Автор

I'd never run into your channel before. I've been in tech my entire career, and while I've bene familiar with Docker in the abstract, I simply haven't had a pressing need until now. I'd played with it years back, but then hadn't touched it. This video was the perfect recap to both remind me of what I'd learned before and to fill in a couple of gaps that I hadn't even known I had. Thanks very much!

DeliberateGeek
Автор

This is so much better than any of the other Docker videos I tried. This is the minimum amount of info needed, love it! Any tutorial with less information is leaving out something essential.

sharkofjoy
Автор

This was such a great course. It gave me everything I needed to no feel overwhelmed when getting started using docker. Thank you so much for making this free, it looked like it took a lot of effort to put it together as it is present so well.

TlatoaniItzcoatl
Автор

Hi! I have been working towards my A+, and plan to go for CCNA after that. In the mean time as part of a homelab I wanted to create some minecraft servers using docker. I was quite overwhelmed, but your video is amazing! You explain each part and not just "show me how". I look forward to watching other videos of yours. Just want to say TYSM!!

TheAmateurLifestyle
Автор

Honestly this is the best and most up to date Docker crash course. It def gave me everything I needed for an upcoming project. It de-mystified all the jargon and everything is explained step by step in a good progression. I'll be checking out your online courses! Thank you so much for providing this!

machinimaaquinix
Автор

Nana your courses are so awesome. I really appreciate your pacing and in-depth explanation. I've not had the opportunity to work much with containers professionally, and your tutorials are really helping me out as I implement them first in my home lab, and later at my job. Your hard work is appreciated!

Armchair_Warrior
Автор

Been in industry for 2 decades. These 1 and 4 hours courses are a boon for a large segment of population. Thanks a lot !

vj
Автор

I have been out of the development world for about a decade. This video was SUPER helpful in updating my brain to the current day about application virtualization. THANK YOU so much for creating this excellent presentation.

JenOfFlowersong
Автор

this course is gold! been postponing learning how to use docker and you made it simple to learn and how it works behind the scenes. Thanks for doing this!

hugoruivo
Автор

Wow, I can't believe it! I learned Docker in one hour. You are amazing!

karimimajed
Автор

This is one of the best docker beginner tutorial. Amazing easy to understand tutorial with simple explanations with animations and live demo. Thanks Nana

abhisheksaxena
Автор

I have never done or used docker in the past, but, I have been wanting to learn. Now I am motivated to go deeper into this subject. Great Job!!!!

Dubergomezfonseca