Everything You NEED to Know about Docker

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

We're diving into Docker - the basics and the whole ecosystem. We’ll go over you why developers use Docker, what it is and what it does, and how Docker fits into modern development - in various different ways - including a handful of newer Docker tools. At the end, you'll understand dockerfiles, images, and containers so you can use them in your own projects.

Let's start with why developers use Docker. Well, it’s because it containerizes your entire development environment. But what does that mean? Watch the video to find out!

0:00 let's build a docker container
0:54 why devs use docker
2:01 our example app
3:05 what is a dockerfile?
4:58 what is an image?
6:48 what is a container?
8:03 docker compose is awesome
10:54 /app/dockerfile build time
11:23 use docker in WSL2
12:10 docker build cloud
15:16 docker scout
17:38 resources in the description

A portion of this video is sponsored by Docker (Build Cloud & Scout).

Don't know why you'd want to follow me on other socials. I don't even post. But here you go.
Рекомендации по теме
Комментарии
Автор

It would be handy to cover volumes too, like if you update your Postgresql image, it doesnt remove all your data

ChopLancer
Автор

I learn more from his videos then I learned in school

Its_crazyadamla
Автор

Every time I see one of your videos, I just wish I could start over my university years subscribed to this channel.
Keep up the work, you're creating great content!

Dani-uqpo
Автор

I litteraly am subscribed to 4 channels and this is one of them. I see ForrestKnight i click ForrestKnight. I dont regret it.

One-qbyv
Автор

Best ad read! Forrest try putting the mic above rather than the side 💜

diabeticnomad
Автор

it was a big learning. thank you bro..and I really enjoyed your funny, relaxed and simple way of teaching, I really liked it😄🚀

misterjs
Автор

He’s LTT if LTT actually teaches you stuff

chaosqrow
Автор

So the cloud builder is faster on first build, yes. But also show another build with just a change in one of the source files. How is it comparing there?

easylite
Автор

Awesome video! Thank you for this. Does anyone know what font he is using in his terminal?

masomthefoodie
Автор

I was thinking about making a Docker Video.. And this video pop up🔥

ByteBite
Автор

Thx man U're the best ❤; but can i ask U 🤔, why U use windows not linux?!

alaeddine
Автор

I asked myself 3 hours ago how would anyone run my python program if they didnt have any of my librararies installed(i am a beginner) and turns out forrest read minds.

epicwolf
Автор

Had any of you got the video in german? ... youtube is testing a new feature again

iraqinationalist
Автор

1.15.10 wouldn't be the same number as 1.15.1 because it's a just a period separated value and not an actual number. Semver isn't meant to be read as a single number, nor is it really validly formatted as one, but rather major version 1, minor version 15, patch version 10.

johnbobby