Differences Between Docker Compose and Dockerfile by Example

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Here's a more detailed article I wrote about the differences between the Dockerfile and Docker Compose. Please check it out!

cameronmcnz
Автор

I have been sitting still for 5.5 hours to understand the concept of docker and files related to it mainly, browsing the internet and watching hundreds and hundreds of YT videos to grasp the whole concept for doing my assignment with complete understanding and then I found this video perfect rhythm of explaining things. Helped me understand things more clearly, THANKS!

rameenkhan
Автор

Its been a while I have used compose and this video gave me good refresh. Thx mate.

therakag
Автор

Finally a complete solution for Docker-compose and Dockerfile, Kudos Cameron

prathameshpawar
Автор

Amazing, very good and clear information.

LeandroOliveira-knqx
Автор

Great video. To the point. Helped me know and understand exactly what I wanted. Thanks!

MrAbdo
Автор

Thank you. A great video. Very clear explanations.

mevin-three-dplusmoreltd
Автор

Amazing video. To the point, thank you sir!

WaqasNazir-fzbo
Автор

Excellent tutorial, I learned a lot from this 👍

slashd
Автор

thank you for your simple and handy description

appacc
Автор

Really cool video! Eventually something with positive vibe unlike most lifeless yt tutorials.

krzysztofprzytocki
Автор

really thank you ! amazing way to explain

Harveysadi
Автор

can you do all these with Portainer? since it's GUi it's easier.

novianindy
Автор

Thank you sir! Now i got the ideia ahahah

MilsonPazienza
Автор

In this example, there is only 1 container service. In the compose file, there is an entry "cpus: 1.5"
If there are multiple running containers specified in a compose file, does setting cpus to be 1.5 in this nginx service rob system resources (in this case CPU) from concurrent running apps (not just concurrent running docker containers)?

sorcererstone
Автор

FYI: YAML's acronym has changed because it's used for more than just markup apparently. Its now YAML Ain't Markup Language. At least according to the great wiki.

kurtu
Автор

2 questions regarding the compose file,
1/ Does the name of the compose file has to be spelled as "docker-compose" for all docker projects?
2/ What is the different between .yaml and yml? I see both types of extensions. Are they the same?

sorcererstone
Автор

thank you, so much, i am using portainer ce and the learning curve is geometric lol

lildarker