Exploring Docker [1] - Getting Started

  Рет қаралды 407,634

Traversy Media

Traversy Media

5 жыл бұрын

In this video we will start to explore docker by talking about the benefits of Docker, looking at commands to work with containers and images, the Dockerfile and more
Sponsor:
DevMountain Bootcamp - goo.gl/6q0dEa
Docker Help Gist:
gist.github.com/bradtraversy/...
💖 Become a Patron: Show support & get perks!
/ traversymedia
Website & Udemy Courses
www.traversymedia.com
Follow Traversy Media:
/ traversymedia
/ traversymedia
/ traversymedia

Пікірлер: 456
@TraversyMedia
@TraversyMedia 5 жыл бұрын
There are 2 videos right now, this and the Node/Mongo setup. Let me know of any other Docker tutorials you would like added to the series as far as environment setup, etc (LAMP, Wordpress, Django, etc)
@muthuhari8875
@muthuhari8875 5 жыл бұрын
Traversy Media Django
@passionategamer3136
@passionategamer3136 5 жыл бұрын
Wordpress laravel
@anasu8040
@anasu8040 5 жыл бұрын
Lamp
@raymondmichael4987
@raymondmichael4987 5 жыл бұрын
Laravel & Django
@metaorior
@metaorior 5 жыл бұрын
LAMP with Port forwarding and configuration
@TraversyMedia
@TraversyMedia 5 жыл бұрын
I just want to mention, I am not pushing Docker or any tech ever on anyone. Some people take me making a tutorial as "You now have to use this". That is not my style. Please never feel like you HAVE to use anything anyone says (Unless it is your boss lol). Do what is best for your workflow. Do not get pressured by the industry that is constantly throwing tech at you. I am going to do a video on this subject soon
@shashanksshetty9870
@shashanksshetty9870 5 жыл бұрын
Traversy Media thanks for this brad. To be frank we had learned a lot from you. It's because of you now we all are about to develop something new, Informative and you have guided us in our passion for coding. We respect your content and we will always look forward for your contents. Thank you. (sorry for my english)
@adriandinca5682
@adriandinca5682 5 жыл бұрын
"Unless it is your boss lol" :)))) You simply made my day sir! :D
@OlegMysianovuch
@OlegMysianovuch 5 жыл бұрын
It will be very helpfully, if you create video about Kubernetes, because it's from box now, or dividing ENV to dev and prod with deploying it to real server. Also, very interesting subject for learning is load balancing in Docker =)
@bawonos024
@bawonos024 5 жыл бұрын
Please do that video, Transversy Media. Looking forward to it. Coz every new tech keeps making head explode. Thanks. :D
@Nilkamalsha75
@Nilkamalsha75 5 жыл бұрын
Looking forward for that video Brad
@michael.penrod
@michael.penrod 5 жыл бұрын
One small analogy that helped me understand the difference between images and containers was consider images like the blueprints, containers are the actual house. You can't build the house without the blueprints (i.e. you need to download the image). Starting a container is like building the house and unlocking the door. Stopping a container is like locking the door. Deleting a container is like tearing the house down.
@Bace17
@Bace17 5 жыл бұрын
tyty
@johndoyle3816
@johndoyle3816 5 жыл бұрын
Nice analogy, I thought about it more in terms of using a daemon to burn game's image onto the computer so I can play the game without the cd.
@WhatMACHI
@WhatMACHI 5 жыл бұрын
Nice analogy!
@zhitomirnedyalkow1666
@zhitomirnedyalkow1666 3 жыл бұрын
Good analogy, I like your approach.
@adhishmalviya2408
@adhishmalviya2408 3 жыл бұрын
nice yaar maza aagya lund khada kardiya bc
@tarmicle-rowing-3
@tarmicle-rowing-3 5 жыл бұрын
For windows user: be sure to allow docker to share your drive with guests vm: right click on your docker icon into the toolbar -> setting -> shared drives -> check the drive you want to share. To refer your current working directory (pwd) use *${pwd}* instead of *$(pwd)* (tested on PowerShell) Thanks Brad, awesome job as always
@getmaxeddd
@getmaxeddd 4 жыл бұрын
thanks man! this comment helped me big time. And yea, it didn't work in gitbash, only PowerShell
@philr4665
@philr4665 5 жыл бұрын
Best Docker intro I've seen yet. I've been trying to hit the ground running implementing Docker, but realised I needed to get a better understating of it. This video hit the spot. THANKS!
@mikebailey783
@mikebailey783 5 жыл бұрын
@Traversy Media - This video is brilliant; you've made the setup of Docker so much clearer than just about all of the tutorials/walkthroughs I'd previously tried. - I'd just about given up due to other pressing matters, but you've been able to cut straight to the quick, allowing me to get going with it in a practical setting. Thank you Brad!
@michaelsinoplis8938
@michaelsinoplis8938 4 жыл бұрын
For anyone wondering, the equivalent of '$(pwd)' on windows cmd is '%cd%' .
@curtbryan4620
@curtbryan4620 4 жыл бұрын
For windows users using powershell, you can replace '$(pwd)' with '${PWD}'
@billwindsor4224
@billwindsor4224 4 жыл бұрын
Thank you both for this!
@pragueexpat5106
@pragueexpat5106 3 жыл бұрын
%cd% is not working, just cd is working
@fergusflanagan
@fergusflanagan 3 жыл бұрын
%cd% worked for me, thank you
@curtbryan4620
@curtbryan4620 3 жыл бұрын
@@pragueexpat5106 For windows users using powershell, you can replace '$(pwd)' with '${PWD}'
@theosky7162
@theosky7162 4 жыл бұрын
I've watched at least a dozen intro Docker videos, and this is by far the best because you take the time to explain every command as you go! Perhaps counter-intuitive, but seeing the mistakes you make and how you fix them is also excellent. Thanks! You get my thumbs up, and subscription.
@eudaimona
@eudaimona 4 жыл бұрын
You make some of the best tutorials in the entirety of tech youtube. You always give me just enough information to hit the ground running. Love it!
@marcus.edmondson
@marcus.edmondson 5 жыл бұрын
Your tutorials are by far the easiest to follow and actually understand! Thank you!
@alexyap4686
@alexyap4686 5 жыл бұрын
you have a gift, i must've read countless articles on docker but have never fully grasped the idea until your video, thank you so much for this
@dzengiztafa7964
@dzengiztafa7964 5 жыл бұрын
Another awesome video by Traversy Media! Thank your for sharing your knowledge about this. Best tutorial I found about docker using some hands-on commands & examples
@Super_Cool_Guy
@Super_Cool_Guy 5 жыл бұрын
*Brad ! i am so happy you are showing us Dockers, i have been waiting for videos from you on this for some time.... thanks man ! i hope you will continue this docker series and hopefully cover **_kubernetes_** as well !*
@greddee
@greddee 5 жыл бұрын
You're the man Brad. It's so inspiring to see you keep up to date with tech whilst being an awesome teacher as well. Since I'm a student you're the only one I'm currently a patron to and I'm feeling great when I see that monthly transaction to you, knowing that by helping you, you're helping me and hundreds of thousands of other programming students. You're a true source of inpiration!
@fizzdevdesigns5699
@fizzdevdesigns5699 Жыл бұрын
As before, very clear and straight-to-the-point-while-complete explanations on a subject that might appear mysterious to a beginner (like me!). Thank you so much for offering this treasure trove of tutorials on your channel. Great Content!
@user-rr9pt9ds3i
@user-rr9pt9ds3i 4 жыл бұрын
Thanks for the great video and tutorial! I'd say keep up with the tutorials - you have a gift for teaching in my honest opinion.
@liamjones7061
@liamjones7061 Жыл бұрын
thank you so much, every other video i have watched on docker for beginners just dance around how to actually use and set it up with an app, Thank you for being direct and showing real actual examples as you go.
@Leoninmiami
@Leoninmiami 5 жыл бұрын
good stuff! you have a good voice and cadence for these instructional videos. I can listen to you all day.
@kcirnitram1958
@kcirnitram1958 5 жыл бұрын
I have been using Docker for a few months now and I just wish I would have had this video available when I stated. Your presentation style is absolutely the outstanding, there is no pretense just practical information.
@evilflowx
@evilflowx 3 жыл бұрын
Thank you very much for this video! This is one of the most informative containers videos that I've come across yet.
@amoghphadke
@amoghphadke 5 жыл бұрын
I can't thank you enough, your bootstrap and JS courses have helped me tremendously. Lucky to have a person like you, thanks Brad.
@Skaxarrat
@Skaxarrat 5 жыл бұрын
I'm a windows 10 user and it took me around 1 hour to mount an image. Thanks to the help of the comments here and forums. This is what you need to do: Go to Docker settings -> General. Check Expose Daemon on tcp.... Go to Shared Drivers and check your drive(s) you want to share. Sometimes you check and it unchecks back. Check it once and even it seems unchecked, reboot Docker. That might help Instead of $(pwd), use /c/...your route instead. For example, I typed this: C:\Users\Void\Desktop\Codi\Docker>docker container run -d -p 8080:80 -v /c/Users/Void/Desktop/Codi/Docker:/usr/share/nginx/html --name nginx-website2 nginx And now it works.
@matsredman7640
@matsredman7640 5 жыл бұрын
Thanks man! Worked for me also!
@MrSaurabhDeva
@MrSaurabhDeva 3 жыл бұрын
You are awesome Brad, I like your videos and it is fantastic one for the docker initial understanding, you nicely explained every steps for beginner who is starting Docker.
@sreid70
@sreid70 5 жыл бұрын
Awesome! Really like the way you explain things. Nice to see the concepts demonstrated without using some over complicated example.
@SolomonKahsai
@SolomonKahsai 4 жыл бұрын
Bless you my man!!! you did a much better job than most who claim to be teachers of docker. thank you!!!!!!!
@RolandoEscalona
@RolandoEscalona 5 жыл бұрын
I just started working with Docker and you somehow bring this to my life, THANK YOU SO MUCH!
@ahmedmusawir
@ahmedmusawir 5 жыл бұрын
THANKYOU! THANKYOU! THANKYOU!!! I have been waiting for this ... heck, I even emailed you about this a month ago ... can't believe it's here ... couldn't have come at a better time for me!!! I would give this 1 million thumbs ups if I could. U da BEST Brad!!! Would like to see a React App deployed in Nginx using Docker with Express and Mongo backend and deployed on Zeit/now ... cuz this is a free platform. Plz spoil us ... (just an FYI, bought all your courses on Udemy and if you drop a Docker/React course on Udemy, I'll be the first one to buy!!) ... Thanx again. God bless you bro!!
@bishnubasyal5861
@bishnubasyal5861 2 жыл бұрын
Best docker introduction video I have watched sor far.
@mikequinn
@mikequinn 5 жыл бұрын
You don't need to keep puttng "container" or "image" in your docker commands. i.e. docker run is only applicable to containers, as is stop/start etc. "docker rm" is only applicable to containers, you want to remove an image then "docker rmi " Less typing is better
@jacobwilsh8517
@jacobwilsh8517 2 жыл бұрын
This was incredibly helpful and valuable, thank you. I may keep you on x2 speed and pause to google questions you answer 2 minutes later but you're the best in the biz. I couldn't even figure out how to phrase a google question of editing files in a docker and I didn't get any results, then I gave up and resumed your vid and you're like "I'm sure you guys are wondering how to edit files in the docker, you can actually bash in".
@juanpaul6141
@juanpaul6141 5 жыл бұрын
Brad you never cease to amaze me with the content you generate.
@merugu4790
@merugu4790 4 жыл бұрын
Really awesome tutorial and one of the best explanation on docker fundamentals Thank you so much..
@Henkboom1612
@Henkboom1612 2 жыл бұрын
This is an excellent tutorial, thank you so much for making this. Before this I had only a very vague idea as to what Docker is; I always just used VM's to do what I needed to do, but now I can see why people prefer Docker over VM's.
@mau_lopez
@mau_lopez 4 жыл бұрын
Great tutorial! I really appreciate it, thanks a lot and thanks for the Gist as well, very helpful
@kaikailele
@kaikailele 5 жыл бұрын
Dear Brad, I have watched a number of videos on the use of containers and couldn't fully understand the need and advantages of using them. But the first 3 minutes of this video totally enlightened me. Thanks so much for the simple and clear explanation!
@hambaghini
@hambaghini 5 жыл бұрын
This is awesome! Would love to see an Exploring Kubernetes as well!
@kzakaria91
@kzakaria91 5 жыл бұрын
yep logical next step
@catharsis222
@catharsis222 4 жыл бұрын
@@kzakaria91 highly agree.
@dmurphydrtc
@dmurphydrtc 5 жыл бұрын
Thanks for taking the time to share your knowledge and time. Love your work.
@sashapatsel7170
@sashapatsel7170 5 жыл бұрын
Thanks for the consistently excellent videos, Brad!
@iamtolonly
@iamtolonly 5 жыл бұрын
hi bard thank you for all your work i just wanna say i was waiting for this course a long time ago all thanks to you man من اروع الاشخاص الي تقدر تتعلم منه اشياء كثيره شرح مبسط وتصل المعلومات بكل سهوله شكرا bard
@_marcinrakowski
@_marcinrakowski 5 жыл бұрын
Brad, I get so informed from your videos here and on Udemy. you’re a great teacher.
@empuraan4710
@empuraan4710 Жыл бұрын
Got enough from this tutorial and the comments below to get stuff from work up and running ... thanks !
@rabrahierpa
@rabrahierpa 5 жыл бұрын
Thank you so much Brad. I have been waiting for you to explain docker as simple as possible.
@kim92se64
@kim92se64 5 жыл бұрын
So much thanks Sir for creating these two tutorials regarding Docker this help me a lot Take care imran
@AbhishekNigam
@AbhishekNigam 5 жыл бұрын
Thank you so much!! You made docker really easy
@MrWilde
@MrWilde 5 жыл бұрын
Yes I have been waiting for this one, thanks Brad.
@ononaoyaa
@ononaoyaa 5 жыл бұрын
Finally a Docker tutorial from Brad :D Thank you!
@olivert.7192
@olivert.7192 5 жыл бұрын
You're a great teacher and explainer, always enjoy your videos. Keep it up
@munapadhi8723
@munapadhi8723 4 жыл бұрын
Hi Brad, Please make video for kubernet as well. This docker tutorial is awesome. You are the best teacher for my life ever. Thanks for your hard work
@jonatasoliveira500
@jonatasoliveira500 3 жыл бұрын
The best content I've found for Docker! Thanks!!
@tjtechi4448
@tjtechi4448 5 жыл бұрын
Seems I happen to view this first. Cool cool. I didn't know nothing about docker but yeah Brad, well done sir. I appreciate you a lot and your work.
@TraversyMedia
@TraversyMedia 5 жыл бұрын
Thanks :)
@dualvideoviralguytalksincar
@dualvideoviralguytalksincar Жыл бұрын
Again coming to you! Happy to start again and again
@nemanjavukovic2355
@nemanjavukovic2355 5 жыл бұрын
Excellent video. Don`t know anything about docker, and this video helped me a lot. Great work Brad
@JoeBob79569
@JoeBob79569 5 жыл бұрын
I just installed Docker last night, and you've a tutorial uploaded for me just in time.. thanks! :-)
@pietrosammarco645
@pietrosammarco645 5 жыл бұрын
This is really a awesome introduction and hands on. Thanks a lot. :)
@srikantprasad6711
@srikantprasad6711 3 жыл бұрын
Thanks for this type of video. There are not such types of videos in KZbin.
@jcabelloc
@jcabelloc 5 жыл бұрын
Thank you Brad. This video is awesome as all you share with us.
@kerimtim
@kerimtim Жыл бұрын
22:48 Yes. This is what I was looking to know. Thanks again Brad.
@MrLarryQ
@MrLarryQ 5 жыл бұрын
Tremendous stuff Brad. If you're doing a third or fourth video, I'd recommend exploring creating a docker network and then a swarm, since in my experience that's where most people get tripped up-- trying to make this stuff production-ready. I'd be less concerned about Kubernetes at this point IMO, just focus on a 100% 'pure' docker solution.
@johnnydriesen7575
@johnnydriesen7575 5 жыл бұрын
Yeah, a little 'swarm' example would be welcome....
@TheGreatDaniad
@TheGreatDaniad 4 жыл бұрын
You are the best instructor. Thanks.
@aio6257
@aio6257 5 жыл бұрын
I wish you uploaded this video a several months ago when I was in a great need of learning docker. I lost my freelance task Because there was no good resource on KZbin about it. Anyways you're the best, trust me.
@mayank_upadhyay_19
@mayank_upadhyay_19 4 жыл бұрын
To follow this tutorial, I had to go through a lot of work. I had to update my windows 10 home to latest version (never updated my windows 10 for last 3 years). Took 5 hours. Then I had to convert it to the pro version of windows 10. And also, fix some of the inconsistencies that arised with my already installed software. (basically docker will work without it) After doing all this, I say that it was one of the turning points where you push the boundaries and enter into a different league of development. Edit: ***all the thanks to this video***
@MattKnowsTech
@MattKnowsTech 5 жыл бұрын
Until now, I really didn't understand the purpose of docker. After watching this video, it makes so much more sense. So I assume this is a very easy way of deploying applications to the internet such as a digital ocean droplet. Instead of using digital ocean one click installs and installing a bunch of crap, you can just pull your image from your dockerhub profile. I can also see how this can help with Wordpress migration, as that can be a bit tricky.
@andreekzz
@andreekzz 5 жыл бұрын
Awersome! Brad, thank alot! With no doubt - I can call you my teacher. I`m start with your udemy courses from JavaScript and Node.js scratch and scale my professional grow step by step. Do more videos like that.
@ahmedboutaraa8771
@ahmedboutaraa8771 3 жыл бұрын
king of web-dev
@md.shariarkabir7350
@md.shariarkabir7350 4 жыл бұрын
i know here i get the best teacher for tech. thank brad
@dipanzan
@dipanzan 5 жыл бұрын
Brad thank you so much! I wish I could give you a hug.
@khaledsakkaamini4743
@khaledsakkaamini4743 4 жыл бұрын
as always life saving video thanks brad keep it up 🙌🏻
@mostafaatef4584
@mostafaatef4584 4 жыл бұрын
MANNNNNNN , You are AMAZINGGGGGGGGGG Javascript Angular Typescript bootstrap react redux gulp grant all of these and now docker really you helped me a lot
@oksanaserhiivna2634
@oksanaserhiivna2634 4 жыл бұрын
Thanks Brad for doing all this. :)
@toyinatofarati5512
@toyinatofarati5512 5 жыл бұрын
Traversy Media a blessing to our generation
@lbp003
@lbp003 2 жыл бұрын
Thank you very much! You showed that everything that I confused to understand these days
@chandikalakshan468
@chandikalakshan468 Жыл бұрын
I'm following this in 2022. Thank you Brad.
@cyb3rboy1986
@cyb3rboy1986 4 жыл бұрын
It was oneofthebest docker tutorial Thanks a lot
@ok-ze2ft
@ok-ze2ft 5 жыл бұрын
You're doing a very great job, providing us awesome tutorial... god bless you always...
@moeinsamani1467
@moeinsamani1467 6 ай бұрын
Thank you Brad. I have nothing to say, I just say you made my day:)
@raulcubitto
@raulcubitto 5 жыл бұрын
Amazing tutorial, easy to understand and to the point.
@albertoarielarce2982
@albertoarielarce2982 3 жыл бұрын
You are the best in your job, thank!
@kerimtim
@kerimtim Жыл бұрын
Brad. Your videos are very helpful. I like when you put a link to gist files.
@jasminem360
@jasminem360 4 жыл бұрын
“hopefully that makes sense !” haha, i love the way you explain things, make sense for me :P
@raymondmichael4987
@raymondmichael4987 5 жыл бұрын
I know nothing about Docker apart from just hearing about how cool it is; thanks dude, now I'll get my fill
@e4r281
@e4r281 5 жыл бұрын
I was too lazy to learn docker by myself. Thanks Traversy Media for teaching me :)
@alecmather
@alecmather 3 жыл бұрын
Brad just doing gods work, once again... Btw, great analogy of difference between images and containers: Images are to containers as classes are to class instances Only helpful if you understand that programming concept lol, but the idea is there
@abdullahrehmat4341
@abdullahrehmat4341 4 жыл бұрын
Thanks for this epic tutorial!!
@guylemay1471
@guylemay1471 5 жыл бұрын
Two days bashing my head against the keyboard over this video, but in the end it was well worth it - thanks!
@AbhishekKumar-mq1tt
@AbhishekKumar-mq1tt 5 жыл бұрын
Thank you for this awesome video and series, U r one of the best mind reader
@TheYAWHNIE
@TheYAWHNIE 5 жыл бұрын
Thanks a lot ... very well put for newbie.
@MrVelyx
@MrVelyx 4 жыл бұрын
First time i understood Docker. Nice Job man
@gifteddiz
@gifteddiz 5 жыл бұрын
Just the best explanation! I’ve finally got comfortable with docker, many thanks
@NabhoneelMajumdar
@NabhoneelMajumdar 5 жыл бұрын
This is insanely helpful! I had NO idea about what Docker was or why it existed and now it feels like my entire life as a developer was a lie :P
@Alessandro-nq3tm
@Alessandro-nq3tm 5 жыл бұрын
You're a lifesaver , that's what you are Brad!!
@phillipspencer1321
@phillipspencer1321 5 жыл бұрын
Thumbs up for learning something at the same time.
@carlosabud
@carlosabud 5 жыл бұрын
Great video. Thank you Brad!
@ramakrishnaindia
@ramakrishnaindia 3 жыл бұрын
Absolutely cool video. Very well explained.
@mohammedtalhi147
@mohammedtalhi147 Жыл бұрын
I'm grateful Thank you 🙏🏻
@doncorleone3901
@doncorleone3901 5 жыл бұрын
Brad Traversy is the absolute best
@TheEmperorXavier
@TheEmperorXavier 4 жыл бұрын
This was a great quick starter video
@arsalanahmad1832
@arsalanahmad1832 4 жыл бұрын
its really awsume video and really very helpful. Thanks a lot
@jasongoncalves4734
@jasongoncalves4734 5 жыл бұрын
awesome, thanks for this brad!
@syedhusain3398
@syedhusain3398 4 жыл бұрын
Thank you so much Brad!
@CoryMcaboy
@CoryMcaboy 5 жыл бұрын
I've been waiting for this!
Exploring Docker [2] - Docker Compose With Node & MongoDB
26:47
Traversy Media
Рет қаралды 229 М.
Docker Tutorial for Beginners
56:04
Programming with Mosh
Рет қаралды 2,4 МЛН
CAN FOXY TRICK HIM?! 🤣 #shorts *FOXY AND NUGGET!*
00:17
LankyBox
Рет қаралды 8 МЛН
Mac & Cheese Donut @patrickzeinali @ChefRush
00:53
albert_cancook
Рет қаралды 233 МЛН
Stop Worrying About AI!
6:40
Traversy Media
Рет қаралды 46 М.
you need to learn Docker RIGHT NOW!! // Docker Containers 101
23:19
NetworkChuck
Рет қаралды 2,5 МЛН
SSH Crash Course | With Some DevOps
55:02
Traversy Media
Рет қаралды 542 М.
Docker For Beginners: From Docker Desktop to Deployment
59:30
Travis Media
Рет қаралды 716 М.
I KNEW I’d Hate this (I Was Wrong)
12:19
Linus Tech Tips
Рет қаралды 770 М.
Learn Docker in 2 Hours - A Full Tutorial (2024)
2:09:28
KodeKloud
Рет қаралды 1 МЛН
Big Tech AI Is A Lie
16:56
Tina Huang
Рет қаралды 48 М.
HTTP Crash Course & Exploration
38:30
Traversy Media
Рет қаралды 1 МЛН
Learn Docker in 7 Easy Steps - Full Beginner's Tutorial
11:02
Fireship
Рет қаралды 1,7 МЛН
Introduction to Microservices, Docker, and Kubernetes
55:08
James Quigley
Рет қаралды 1,6 МЛН
Эволюция телефонов!
0:30
ТРЕНДИ ШОРТС
Рет қаралды 1,3 МЛН
The PA042 SAMSUNG S24 Ultra phone cage turns your phone into a pro camera!
0:24
Infrared Soldering Iron from Cigarette Lighter
0:58
ALABAYCHIC
Рет қаралды 1,8 МЛН