I really admire your ability to provide details, speaking quickly to make video short and to the point without speaking so fast it is difficult to understand.
Man you are a naturally a perfect instructor! I have watched so many videos of docker relative stuffs. The concepts other people can't explain well in hours, you killed it in minutes! Thank you and Keep doing the fantastic job!
I agree with all the comments that this is one of or even the best docker-compose tutorial out there, straight to the point. It's 3 AM here and I still can comprehend your explanation. Glad I found your video, cheers!
Yesterday I was pulling my hair out trying to make a .yml file for my project and you explained everything very well, I'm sure I'll be able to do it now!
Docker compose seemed always complicated to me, so I started to search tutorials on youtube but they were always so long, boring and none could explain it clearly, straight to the point and in less than 12 min like yours ! Great job, keep it up !
This is quite nice although a bit zoom-y and quick-paced at times. I appreciated that you mostly explained the 'what & why' of your steps. There are still plenty of questions left by this, such as how do you deploy this to production after having used this as a development environment. Also, it would have helped a bit to see the file structure tree from Sublime in the Side bar. One slight point of confusion for me was what the function of Dockerfile was. You almost made it seem as if Docker Compose was an alternative to using a Dockerfile, when in fact was actually part of the Flask app (and sitting in its 'product' folder as well) and built within Docker Compose processing.
Yes i can help out with that, yes Dockerfile was not specifically stated but the build ./product directory covers that in the Docker.compose.ym file.Now in that directory you have your Dockerfile so you are asking Docker-compose to build that Docker image first as part of the product service object .there are also other service object such as website and they are all listed under service:
This was done quick enough while still being clear enough that things made sense. There was no time for me to get bored or distracted. My attention was kept the whole time The examples were super basic, yet still detailed enough to convey the point, while remaining focused on Docker Compose itself. Thank you for making a perfect tutorial. They're not easy to find.
Mate. this tutorial is so good. You're straight to the point, and the examples you create are easy to follow, yet show exactly why docker-compose is a useful tool.
Wow somebody actually managed to make a 10 min vid explaining docker at a high level instead of a 60 minute audio book of the docs. Well done. And bonus points to you for bumping up that font size
Thank you, this is awesome! This is exactly what I wanted to know after your last Docker tutorial. With this and your last Docker tutorial people should have a good start at actually doing something useful with it. Great job Jake! This is probably a huge topic, but I'd be interested in a tutorial on what you think is the best way (using current tools) to make very dynamic and interactive web applications. Presumably a JavaScript framework would be important. I wonder if there are good backend technologies with coupled front end frameworks that make the process easier. Obviously we an hand code HTML, CSS, JavaScript, and server side code that does whatever we want, but I'd like to know if there are any good frameworks that make this easier. This seems like a very important thing but I'm just not sure where to start looking. I am thinking along the lines of something like the Synology web UI or Google Docs. Those are web applications that feel very much like standalone applications.
There are many web framweorks like, angularjs, ruby on rails, django... for JavaScript you can use nodejs(express) for server side of things, infact there are many frameworks based on express. There's no 'best' way, it all comes down to personal preference. I suggest you get your hands dirty, experiment with them, figure out which one you like and go with it.
If I may throw in my opinion: It sounds like you are looking for something 'declarative' or 'low code.' Something in which you don't have to write code unless you absolutely have to, and which already provides the basic functionality any application needs, such as (scalable and production-ready) authentication, session management, a basic UI, a database, etc right out of the box. I think you should look into Oracle APEX. There are alternatives when it comes to low-code, such as OutSystems, but APEX is a completely free stack, and based on a very powerful database, Oracle.
Well paced. Well organized. Great delivery. Short chunks made to the point for easy consumption. Best tutorial on docker compose. (To be philosophical, the video embodies the whole idea of docker)
Wow! Could you please produce more such great tutorials! "This is not Docker, this is just standard python." "This is not the version of docker-compose but the version of the file format." You are straight to the point and explain everything! Great!
Hands down best docker intro tutorial I've seen. After reading tons of nonsense all over the place, this video finally helped me understand, and I got my project working. Thank you.
Because this information is available in the docs. He's teaching nothing that isn't taught here: docs.docker.com/compose/gettingstarted/ ... literally copied it and turned it into a video. Basic crap. Only helpful to absolute complete noobs who cant be bothered to read :S
Base2 Why read a full documentation when you can learn everything you need to start in 12min with a visual demo? are you a dinosaur? just watch a couple videos of real examples and connect the dots, If you want a full technical course for free you're not in the right place
Warop Yow if you're a programmer (clearly not a good one if you think reading documentation is lame) get used to reading the documentation ... you'll do it for the rest of your career.
Base2 World is not a square my friend, look at the technology you use, people 10 years younger with metaprogramming AI learning full documentations in seconds will be overpowering your skills in less than you realize, so don't come to tell me I'm a good or bad programmer because I don't waste my time reading in 2018.
After following your tutorial, now I am comfortable with DOCKER. Great and Simple P2P. Please create a play list which will help most of them following your channel
Been trying to learn docker for over a year. Each time I watch a video I end up more confused and loose interest. After watching this and a few other videos by Jake, it all makes sense and I can now write my own compose files. Many Thanks Jake.
Great tutorial. Official Docker docs make it sounds like rocket science. Yet here you make it so simple and easy to understand. They should get you to write those docs. Good job mate.
WOW! Anyone else would have taken 45 minutes to get through this. I got my first one working from your first vid. Will try to make this one happen now.
Great video. The small details makes it great. Telling about the virtual network and using the name of the service as hostname instead of an ip. I have spend 2 business days to make it work. Again these details makes it excellent!!!
I've decided to spend some time reading and understand more about Docker before get to play with it. Your 2 videos about Docker was short and really easy to understand. A+!
Wow! Probably the most useful (as in complete, clear, up to date, etc.) video tutorial I've ever watched! I've recently watched a couple of videos from conventions and they are not even comparable to yours. Thanks a lot!
Excellent pacing, comfortable voice to listen to, straight to the point and the level of information detail just suited me perfectly. A joy to watch and follow along. Great job.
This really helped me understand the concept of "services" and now I know why some are called micro services because the "service" can be as small as just a textual list of available products...
because your preview image was "just an open console" which does not look professional imho. others have the big docker icon with fitting colors and a fitting caption, yours does not. but this are just my 2 cents, im no youtube guru whatsoever. your video has by far the most clicks after all
this is seriously great! Dont comment on videos but this one is straight to the point. I think the UK needs to forget banking, and concentrate on skilling up the population/youth/whomever in coding/IT related skils. They should use your series of "12 minute" videos as the syllabus. Ok, enough praise. Jake, could you please do a video on Kubernetes? thks
Excellent. Very condensed and focused. Just the way I like it. It does of course require you to replay and then apply this yourself to stick. Suggestion: formulate some simple task and then later walk through it. (Of course you would have to link the videos e.g. part-1, part-2, etc)
This is the 50th or so video I've watched on containers and the FIRST one that made sense
@Tariel Duishvili bitch
The same here
I second that. This tutorial gets right to the meat. Thanks mate
s(h)ame
@@mohamedbelkamel5437 sbeve
In 12 minutes I learned more than the tutorials I was reading for the whole day.
Yeah bitch! Because tutorials are not for only reading, they are about performing. :D :D :D
crazy how well he put together these tutorials
5yrs later and this video is still relevant. Straight to the point. Nothing beats a great content.
Amazing. 6 years and it's still the best tutorial. Easy, fast, and well-explained.
Straight to the point. Great attention to details in the video production as well. Love it!
Thank you
I really admire your ability to provide details, speaking quickly to make video short and to the point without speaking so fast it is difficult to understand.
I honestly think your videos saved me hours of searching and watching tedious tutorials that never address the solution. Thank you so much!
by far the best. 1) you don't waste my time 2) attention to details you don't just assume we know what you doing. Thanks for that
Man you are a naturally a perfect instructor! I have watched so many videos of docker relative stuffs. The concepts other people can't explain well in hours, you killed it in minutes! Thank you and Keep doing the fantastic job!
I'm blown away - by both compose's functionalities, and also by how accessible your tutorial is. Thank you very much for your great work!
Man, I love your posh accent. It rejoices my ear so that even non-native english speaker can understand directly!
Yes, this is very right. Highly appreciated understandability!
It's like a better google tts
@@RamkrishanYT Everything is better than Google...
I agree with all the comments that this is one of or even the best docker-compose tutorial out there, straight to the point. It's 3 AM here and I still can comprehend your explanation. Glad I found your video, cheers!
Trust me, this is my tutorial #2 on docker and I'm already on it. Absolutely spot on explanation.
Hands down, best quick tutorial on this subject. Straight to the point.
Yesterday I was pulling my hair out trying to make a .yml file for my project and you explained everything very well, I'm sure I'll be able to do it now!
For future myself and other newbies: 05:14 "docker-compose file"(x) -> "dockerfile"(o). Awesome tutorial.
This is the best ever tutorial i have seen so far, an end to end application!! Thanks.
Docker compose seemed always complicated to me, so I started to search tutorials on youtube but they were always so long, boring and none could explain it clearly, straight to the point and in less than 12 min like yours ! Great job, keep it up !
Excellent overview. I've been stumbling through the docker ecosystem for years now and really appreciate this type of thing. Thank you, Jake!
Wow, the only docker compose tutorial that actually makes sense. Not to mention it's only 12 minutes long. Liked, and downloaded.
This is quite nice although a bit zoom-y and quick-paced at times. I appreciated that you mostly explained the 'what & why' of your steps. There are still plenty of questions left by this, such as how do you deploy this to production after having used this as a development environment. Also, it would have helped a bit to see the file structure tree from Sublime in the Side bar. One slight point of confusion for me was what the function of Dockerfile was. You almost made it seem as if Docker Compose was an alternative to using a Dockerfile, when in fact was actually part of the Flask app (and sitting in its 'product' folder as well) and built within Docker Compose processing.
Yes i can help out with that, yes Dockerfile was not specifically stated but the build ./product directory covers that in the Docker.compose.ym file.Now in that directory you have your Dockerfile so you are asking Docker-compose to build that Docker image first as part of the product service object .there are also other service object such as website and they are all listed under service:
This was done quick enough while still being clear enough that things made sense.
There was no time for me to get bored or distracted. My attention was kept the whole time
The examples were super basic, yet still detailed enough to convey the point, while remaining focused on Docker Compose itself.
Thank you for making a perfect tutorial. They're not easy to find.
Where have you been this hole time I was studying docker?! Great video!
Mate. this tutorial is so good. You're straight to the point, and the examples you create are easy to follow, yet show exactly why docker-compose is a useful tool.
I enjoy your British accent as much as the content. Keep it up, and thanks for your efforts!
Great explanation, Direct to the point in 12 minutes.
i was working on something similar recently. Really appreciate the tutorial.
How do you manage to put so many awesome content in just under 12 minutes and still manage to explain properly!. Awesomely done. Thank you.
Great video. How about doing a video on Kubernetes?
Seconded!!!!
Thirded
Fourthed!
Fifthed
Sixthedddd
Wow somebody actually managed to make a 10 min vid explaining docker at a high level instead of a 60 minute audio book of the docs. Well done. And bonus points to you for bumping up that font size
Again, great job. Love the presentation style. I feel like I can get started right away.
I have been watching docker compose explanations for almost two hours now and yours is the only one I understood, you should make a course.
i like this !
I will start my CS course in September at University of Manchester :) Can't wait
Good luck!
I am a beginner to docker. Your 12 minute videos are of great help. Thanks
Thank you, this is awesome! This is exactly what I wanted to know after your last Docker tutorial. With this and your last Docker tutorial people should have a good start at actually doing something useful with it. Great job Jake!
This is probably a huge topic, but I'd be interested in a tutorial on what you think is the best way (using current tools) to make very dynamic and interactive web applications. Presumably a JavaScript framework would be important. I wonder if there are good backend technologies with coupled front end frameworks that make the process easier. Obviously we an hand code HTML, CSS, JavaScript, and server side code that does whatever we want, but I'd like to know if there are any good frameworks that make this easier. This seems like a very important thing but I'm just not sure where to start looking. I am thinking along the lines of something like the Synology web UI or Google Docs. Those are web applications that feel very much like standalone applications.
There are many web framweorks like, angularjs, ruby on rails, django... for JavaScript you can use nodejs(express) for server side of things, infact there are many frameworks based on express. There's no 'best' way, it all comes down to personal preference. I suggest you get your hands dirty, experiment with them, figure out which one you like and go with it.
MaNv S thanks for a bit more background information. It does seem like I will have to explore a range of technologies to find the best path for me.
If I may throw in my opinion:
It sounds like you are looking for something 'declarative' or 'low code.' Something in which you don't have to write code unless you absolutely have to, and which already provides the basic functionality any application needs, such as (scalable and production-ready) authentication, session management, a basic UI, a database, etc right out of the box.
I think you should look into Oracle APEX. There are alternatives when it comes to low-code, such as OutSystems, but APEX is a completely free stack, and based on a very powerful database, Oracle.
no shittalk, straight to the point. Even with 27k upvotes, its underrated.
Simply excellent demo!!! Thanks
Well paced. Well organized. Great delivery. Short chunks made to the point for easy consumption. Best tutorial on docker compose. (To be philosophical, the video embodies the whole idea of docker)
Could you give me link to video where explains about shortcuts you are using? Your coding is so fast
This is the kinda of video with no BS. Straight to the point. Love it.
"it's as if I planned in advance" lmao (3:00)
Lmao
Wow! Could you please produce more such great tutorials! "This is not Docker, this is just standard python." "This is not the version of docker-compose but the version of the file format." You are straight to the point and explain everything! Great!
Best tutorial on RUclips :D
That's very kind of you
Hands down best docker intro tutorial I've seen. After reading tons of nonsense all over the place, this video finally helped me understand, and I got my project working. Thank you.
Excellent stuff! Why don't you set up a paid tutorial service? Your tutorials are really valuable.
Yes! With material this good...! A donate button could also be nice :)
I think education should be free
I won't argue with that! Thanks Jake!
I agree
Thats very wise.
Thanks Jake
One of the best docker compose videos I have watched. Straight to the point!!
Great vid man, thanks a lot, is the docker deploy video coming out soon?
I've started planning it, hoping to get some more docker content out in the next month or two.
Jake Wright God please no more next month. Your next video is a really important topic. please do it sooner. plzzzzz
This is probably the best intro to docker anyone could get. Well explained. Thank you.
4:13 docker-compose
Great little video, thanks Jake! No fluff, no faffing about, just getting straight to the point, perfect!
Which lame person downvoted this.
Scumbags.
Because this information is available in the docs. He's teaching nothing that isn't taught here: docs.docker.com/compose/gettingstarted/ ... literally copied it and turned it into a video.
Basic crap. Only helpful to absolute complete noobs who cant be bothered to read :S
Base2 Why read a full documentation when you can learn everything you need to start in 12min with a visual demo? are you a dinosaur? just watch a couple videos of real examples and connect the dots, If you want a full technical course for free you're not in the right place
Warop Yow if you're a programmer (clearly not a good one if you think reading documentation is lame) get used to reading the documentation ... you'll do it for the rest of your career.
Base2 World is not a square my friend, look at the technology you use, people 10 years younger with metaprogramming AI learning full documentations in seconds will be overpowering your skills in less than you realize, so don't come to tell me I'm a good or bad programmer because I don't waste my time reading in 2018.
After following your tutorial, now I am comfortable with DOCKER. Great and Simple P2P. Please create a play list which will help most of them following your channel
This is such a brilliant video! Have never seen someone explain docker and docker compose so well! Thanks a lot!
Been trying to learn docker for over a year. Each time I watch a video I end up more confused and loose interest. After watching this and a few other videos by Jake, it all makes sense and I can now write my own compose files. Many Thanks Jake.
Watching after 4 years from its release. Its still the most relevant video on docker-compose. Thanks !
Great tutorial. Official Docker docs make it sounds like rocket science. Yet here you make it so simple and easy to understand. They should get you to write those docs. Good job mate.
Clear and Precise. Just what the doctor ordered. Thank you for sharing your time and expertise with us.
WOW! Anyone else would have taken 45 minutes to get through this. I got my first one working from your first vid. Will try to make this one happen now.
I like the way you speak, its clear and best quality of mic.
So simple & straight-forward w/reasons for WHY you might do things (always the missing bit in docs), so helpful, thank you!
Great video. The small details makes it great. Telling about the virtual network and using the name of the service as hostname instead of an ip. I have spend 2 business days to make it work. Again these details makes it excellent!!!
I've decided to spend some time reading and understand more about Docker before get to play with it. Your 2 videos about Docker was short and really easy to understand. A+!
Most lucid Docker tutorial I've watched so far. Thank you.
Sweet! From zero to docker-compose in 24 Minutes. Thanks a lot!
What an awesome tutorial. Clear, fast paced and straight to the point. You're the hero we need.
Wow! Probably the most useful (as in complete, clear, up to date, etc.) video tutorial I've ever watched! I've recently watched a couple of videos from conventions and they are not even comparable to yours. Thanks a lot!
thanks so much Jake....words can't describe the magnitude of help you're providing.
Have got more out of your short and informative videos than I have from entire online courses. Thanks so much - great work,
Great video, I love that you created an example. In the modern day of different syntax for different languages, a real example is priceless!
"This sounds very useful to us; it's as though I planned it in advance" - Gold! Cheers Jake!
One of the best tutorials I've seen on the subject. Really excellent. And you're even from the North East! Doesn't get much better...
This is best tutorial on docker-compose I've seen so far. You are the best Jake.
Great video, I spent days researching all of this, Wish i found this video sooner, as it explained it all in 12 minutes.....
I'm curretly preparing for an interview and this was really helpful thank you!
Excellent pacing, comfortable voice to listen to, straight to the point and the level of information detail just suited me perfectly. A joy to watch and follow along. Great job.
Very useful. Congrats. Simple and concise, that's all required to understand any concept.
man, you're the best tutorial maker in the world, thanks so much
Super clear, well organized, simplest possible working example to describe a very common scenario. Very well done, thanks.
This really helped me understand the concept of "services" and now I know why some are called micro services because the "service" can be as small as just a textual list of available products...
Direct and covers the majority of basic use cases. Great video!
2020, still this 12min video made me learn more than 20 videos I watched.
This was quite good. Very concise and to the point. Been struggling with docker and now it seems silly, it's so simple
OMFG. How well made is this tutorial. Information is super dense and still understandable!? (and the little jokes too)
Dude.....
wow! in just 12 minutes this guy just blew me away with great content, Thank you jake
Just completed this tutorial on Windows! Excellent resource if your just learning docker. My first exposure to python too. Clear and concise.
Very simple and to the point tutorial. Thanks Jack. Surely we want to see more videos on Docker.
I am amazed and so grateful I found your tutorial. It is to the point and no BS. I hope to see more tutorials!
Literally the best docker demo I have ever seen
i clicked 5 other docker videos before i clicked yours - because yours looked the least compelling. but yours was really the best, learned lots !
That's great to hear, thanks. Out of interest, what made it the least compelling initially?
because your preview image was "just an open console" which does not look professional imho. others have the big docker icon with fitting colors and a fitting caption, yours does not. but this are just my 2 cents, im no youtube guru whatsoever. your video has by far the most clicks after all
I don't think I will find a better tutorial. Great Work.
best 12 minutes I have spent on a youtube tutorial ever :) Subscribed !
I'd rather watch this video than watch hours and hours of pluralsight courses that go over the theory for ages! Great tutorial
this is seriously great! Dont comment on videos but this one is straight to the point. I think the UK needs to forget banking, and concentrate on skilling up the population/youth/whomever in coding/IT related skils. They should use your series of "12 minute" videos as the syllabus. Ok, enough praise. Jake, could you please do a video on Kubernetes? thks
instant sub.
In just 12 mins you explained it perfectly...
Thank you for to the point video. Finally I got the essence of docker-compose.
your videos about docker are super great and easy to understand yet powerful, than you Jake!
Precise demo of docker compose . Loved it
Excellent. Very condensed and focused. Just the way I like it. It does of course require you to replay and then apply this yourself to stick. Suggestion: formulate some simple task and then later walk through it. (Of course you would have to link the videos e.g. part-1, part-2, etc)
Clear, right to the point and easy to listen to.
Short, concise, understandable. Thank you Jake!