Docker Crash Course #5 - The Dockerfile

preview_player
Показать описание
Hey gang, in this Docker tutorial we'll talk about the Dockerfile and how we use it to create docker images.

🐱‍💻 Access the course files on GitHub:

🐱‍💻 Modern JavaScript Course:

🐱‍💻 React Course:

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

This is the most clear explanation I ever seen at YouTube for Docker.
All other videos I watched before in other channels they just explain like they are robots.

CoentraDZ
Автор

I love your Docker series. Your teaching style is clear, straight to the point, and very methodical.
Thanks for the time and efforts you've put into this. Really appreciate it!

SamuelGuebo
Автор

The greatest explanation about Dockerfile. I was typing things in this file just for the sake of typing because i saw it working in a tutorial, but from now on, i know what each and every single layer mean. Thanks Shaun!

francksgenlecroyant
Автор

finally someone that takes the time to actually explain the syntax while they go structure of the language is critical in order to learn, yet so few actually tell you what you are doing, they just tell you enter this blah de blah enter that yada yada. Thanks man i was going crazy trying to find something that gave me a clue lol

infinite_sorrow
Автор

You have your dependencies installed after the source code in your example docker file. Docker caches layers, and by installing dependencies before copying the source code, you can leverage this cache mechanism. If the dependencies don't change often, Docker can reuse the cached layer with the installed dependencies, which speeds up the build process. By installing dependencies after copying the source code, the cache will be invalidated whenever your source code changes, even if the dependencies remain the same. This leads to longer build times.

johnshaff
Автор

I'm so grateful for people like you in the YouTube! I just needed to review the Docker's main concepts and this series is helping a lot! Thank you!

Bruno
Автор

thank you so much for this mr shaun ! you really helped me with my work. i really cannot understand docker for a long time but you explain it so simple and clean ! Thank you, keep it up mr Shaun !

TheFayt
Автор

I've watched multiple tutorial about Docker only you could explain this clearly. keep going (y)

mykelcee
Автор

This was exactly what I needed, thank you and well done. Clearly explained, with specific elucidation of the command usage and meanings. I'll be checking out the rest of the videos in this series as I still have questions around the 'AS base' and 'AS build' modifiers as well as how 'ENTRYPOINT' works.

donalslemon
Автор

Thank you! This is the best explanation by far I've seen, I'm confused for couple days.

tech-networking
Автор

I have seen many long and boring Docker tutorials, but this one! Amazing. you made my day. thank you a lot ...❤❤

hooman_talakian
Автор

Perfect tutorials for getting started with Docker

pourfondeurs
Автор

This is the cleanest, most understandable video of dockerfile

jejunegamingtv
Автор

Didnt realise the upload date of the video untli I reached the end!!
Eagerly waiting for further parts!!!!

darpananeja
Автор

Excellent. Thanks a lot for sharing the playlist!

saifmahin
Автор

Very clearly explained. Thank you so much!

adaoko
Автор

Excellent explanation! Thank you so much.

asaflevy
Автор

I just bought this as my first course on your website because not only that I want to access the rest of the course now, but I feel that should since I've been freelancing for the past year now thanks to your videos. Thank you!

jeremyamon
Автор

Amazing course as always! Thank you so much!

stefanocons
Автор

You are amazing, thank you very much for sharing this good things

abdelkaderkaouane