Docker Compose will BLOW your MIND!! (a tutorial)

preview_player
Показать описание


Stop spinning up Docker Containers like your grandparents, use Docker Compose instead! No more worrying about typing a million commands to get your whole Docker network and Containers running, do it in a nice pretty YAML file that you can deploy, stop, and redeploy with ease!

**Sponsored by Bitdefender

SUPPORT NETWORKCHUCK
---------------------------------------------------

READY TO LEARN??
---------------------------------------------------

FOLLOW ME EVERYWHERE
---------------------------------------------------

0:00 ⏩ Intro
0:43 ⏩ What do you need?
2:04 ⏩ Let’s do some composing
8:17 ⏩ Time to get a little crazy!!(With Containers)
10:46 ⏩ and let’s get a little crazier
14:41 ⏩ Now let’s deploy a vulnerable hacking lab!
15:44 ⏩ Outro

AFFILIATES & REFERRALS
---------------------------------------------------
(GEAR I USE...STUFF I RECOMMEND)

#docker #networking #containers
Рекомендации по теме
Комментарии
Автор

The day has finally come. I got my first IT job. And I want to thank you Chuck, you are a part of this Universe that brought me closer to this job. Your videos are amazing and inspiring. Thank you for showing me how fun networks can be. Have an amazing day, week, month and life!

hiroe
Автор

Your videos are SO engaging, fun to learn, and even fun to watch when I already know the material (rarely). One of my favorite content creators on YouTube by far

airforcedude
Автор

As a newbie desperately trying to find a simple tutorial on how to use Docker I am instantly overwhelmed by this video.

Psiclone
Автор

Hey man, recently discovered your channel and I've been binge watching all the past videos. I have learned seriously so much and I'm about to completely revamp my homelab using some of the things I've learned. Thank you!

morningreis
Автор

Great video! Thanks!
I believe that YAML is quite forgiving and you can avoid quoting everything (though it doesn't hurt!). Also, one important thing about compose files is that those environment variables (as well as pretty much any parameter you specify) can be taken from your environment variables or from a ".env" file that is in "KEY=VALUE" form. On top of that, you can still assign default values if value hasn't been provided! Here's a quick example:
ports:
- ${WEB_PORT:-8080}: 80
That will use your environment variable 'WEB_PORT" and if it doesn't exist, assign "8080" to it!

dimaj
Автор

Chuck your killing it man. It's like going to disneyland and walking away smarter everytime. There is just no competition you're true calling was always to be a mentor man. Absolutely insane how much anyone can learn in a few minutes from any of you're videos.

seankingsland
Автор

quick and easy introduction, thanks Chuck, when you start with docker everything becomes easier, no more complicated configs nor have to open ports, because you are no longer using a service, usually people just uninstall/remove it and forget to close those ports

ctoro
Автор

Tbh the best, super beginner-friendly tutorials out there man! More power to you!! 😇

abdulrafaykhan
Автор

I truly love your content and the way your explanation is awesome which really helps to understand things so fast.

maheshdadi
Автор

because of your intro into docker I was able to set up an nginx server and a vaultwarden. I'm also working on hosting some of my simple games I'm leaning to make in bevy myself. Thank you for taking the time to create these videos.

theKb
Автор

"restart: unless-stopped" is honestly the better option from my experience.

alldaytherapy
Автор

what i enjoy about your tutorials is the simplicity of the language. you dont use the complex tech language, where at some clips i need to re-watch a couple of times to really understand. keep up the good work mate.

lukaszl
Автор

Heck yeah, I was waiting for docker compose since last docker video. Docker is freaking awesome

MICOLO
Автор

Bro you are literally teaching me super powers. I needed a print server and just made cups container in like 2 minutes. THIS IS OP.

coolmcdude
Автор

Hey Chuck!
Thank you so much for the great videos. I've been a Win Sysadmin for 10 years and still learn something with each of your videos. Especially the Linux Command or Docker videos have helped me a lot in my daily business.

martinvogt
Автор

Awesome video editing and soundscape! I knew docker compose already, but i watched this video just because it was done in such a cool way 😄

Art-kzzf
Автор

Chuck, you are the very best teacher regardless of subject, I ever saw. Congratulations!

YannMetalhead
Автор

I love your content.
Genuinely entertaining, educational, motivational, and inspiring.
I always learn something new and want to explore so many things!

Thank you and God bless.

mahmoudshihab
Автор

Lucky I've watched almost all your videos chuck 😁 You are a legend!

cyberdevil
Автор

I must say this was the best week. We got 4 videos from you and learned so much.

binodb.k.