Тёмный

Docker in 100 Seconds 

Fireship
Подписаться 3,1 млн
Просмотров 895 тыс.
50% 1

🐳 Docker is a required skill for almost every developer in today's world. Learn the basics of Dockerfiles, images, and containers in 100 seconds. fireship.io
Docker Docs docs.docker.com/
#docker #dev #100SecondsOfCode
Install the quiz app 🤓
iOS itunes.apple.com/us/app/fires...
Android play.google.com/store/apps/de...
Upgrade to Fireship PRO at fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.
My VS Code Theme
- Atom One Dark
- vscode-icons
- Fira Code Font

Наука

Опубликовано:

 

16 авг 2020

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 380   
@hnasr
@hnasr 3 года назад
I can't imagine the amount of work you put in these videos to condense a very complex subject into a 100 seconds video. Just amazing.
@shashishekhar----
@shashishekhar---- 3 года назад
Hussein you are amazing too!
@yashashav_dk3766
@yashashav_dk3766 3 года назад
Hussein! I’m delighted to find you here. You’re awesome too!
@bulbulitobayagbagan9633
@bulbulitobayagbagan9633 3 года назад
And it's amazing to see a developer having an artistic skill. :)
@Vendettaaaa666
@Vendettaaaa666 3 года назад
My two fav RU-vidrs!
@stevenalexander6262
@stevenalexander6262 3 года назад
Surprised to see you here hussein
@mmmike3426
@mmmike3426 3 года назад
I send these to my team whenever they come out, the insight/time is absolutely insane.
@calebmcnevin
@calebmcnevin 3 года назад
Exactly this. So concise and illuminating!
@janpawedwa4590
@janpawedwa4590 3 года назад
I've taken a docker course some time ago, and the only thing I remember is that their mascot is a turtle... I need to refresh my memory, huh...
@YandiBanyu
@YandiBanyu 3 года назад
Ayyy, wtf hahaha
@vaultdweller123
@vaultdweller123 3 года назад
i want whatever ur smokin man
@DreadKyller
@DreadKyller 3 года назад
Docker has over the last few years become easily one of my favorite tools. I enjoy working with docker so much compared to the less cloud-agnostic ways. Most cloud providers allow you to create images from VMs and spin multiple instances up, but Docker is cloud agnostic and makes these tasks much more enjoyable when you learn it. The fact that Docker is used extensively by Kubernetes which is another one of my favorite tools, just makes it that much better.
@cesarlorenzo8289
@cesarlorenzo8289 3 года назад
THnaks for your opinnion. Can you please explain what Kubernetes does and what is it? Would appreciatte it ;)
@CodingCatDev
@CodingCatDev 3 года назад
I am pretty sure that Jeff has hacked my email , every time I am looking at a subject his 100 seconds hits and it is spot on for an overview that I need. 😉Love it!!
@Zihad
@Zihad 3 года назад
oh man, I think it's starting to happen to me too. I just started exploring Docker and here he is, with Docker in 100 seconds. amazing...
@igitego
@igitego 3 года назад
Google's targeted ads.
@-0-__-0-
@-0-__-0- 2 года назад
Yeah me too. Its starting to feel a bit scary.
@quintinmakwe176
@quintinmakwe176 3 года назад
IMO what makes your teaching awesome is that it's very relatable. You take abstract concepts and use more relatable illustrations. Thank you!
@akashkumar_ks
@akashkumar_ks 3 года назад
You deserve every like you get and more. Your content is always precise and so informative. Keep up the good work!
@starstheengine
@starstheengine 2 года назад
Docker is probably the most life-changing tool I've used in my life so far. It makes deployment as easy as running it locally.
@Walter_
@Walter_ Год назад
O thats really true, i forgot how hard learning deployment was
@seansingh4421
@seansingh4421 2 месяца назад
Unless you have really shit documentation and you run it on wsl, then you’d wanna kill the docker
@SuperSmashMarco
@SuperSmashMarco 3 года назад
im so amazed at how concise your videos are - you’re doing amazing work!
@MS-cn4dh
@MS-cn4dh 5 месяцев назад
I discovered your 100 seconds videos today and I must tell you I have become a fan! Currently binge watching these and I am learning new things with each and every video and can't tell you how impressive and informative these videos are to get 360 degree view of the technologies! kudos for the work.. and please keep up the good work and high quality content!
@aakashyadav8327
@aakashyadav8327 3 года назад
This channel is my first step whenever I want to explore something.
@ziggyjuarez8544
@ziggyjuarez8544 3 года назад
Me: what's docker Teacher: it's a container...moving on now.
@shubhranildutta9564
@shubhranildutta9564 3 года назад
I kinda look forward to watching your videos. I've seen very few RU-vid channels with high-quality content ( i.e. content minus the bs ) and yours is definitely one of them. I'll be supporting your channel is every way I can. Keep making such high-quality videos. Kudos to you and Fireship. ♥ Love from India, True Fanboy!
@asherray4969
@asherray4969 28 дней назад
First video I’ve found that actually helped me understand what Docker is and why someone needs it. Thank you.
@riddixdan5572
@riddixdan5572 3 года назад
can't wait for the "how to dockerize node and deploy" video, really looking forward to it.
@DreadKyller
@DreadKyller 3 года назад
I do this about once a week at my job, dockerizing a node.js app with CI/CD for it. Once you figure it out once, most Node apps can be dockerized almost with copied code and maybe a few tweaks. For most node applications it's as simple as "from , add , run npm install, possibly run a build via npm, set some environment variables, and set a command to run your node app." If you don't need the node project files for your app, you can build the app first then add those built files to the container.
@ram12393
@ram12393 3 года назад
DreadKyller bbb
@jasonl8391
@jasonl8391 3 года назад
Now every time you show code snippet, I will always see you doing CTRL Z. 😂
@Chiefsosa17
@Chiefsosa17 3 года назад
You should do a video on error handling. I'm really curious to see your practices on it.
@Bitrey
@Bitrey 3 года назад
How can your timing be so perfect? I wanted to learn Docker, and my favourite RU-vidr just made a Docker in 100 Seconds :)
@danielpowers4787
@danielpowers4787 3 года назад
Wow yeah, exact same scenario for me.
@tylercaselli
@tylercaselli 10 месяцев назад
Thank you so much for making this video I learned more here than I have in the other hour-long overly complicated videos!
@Alex-xw5bc
@Alex-xw5bc 3 года назад
Definitely needed this video. I always hear about docker but never really knew what it was
@horatiuudrea
@horatiuudrea 3 года назад
Amazing videos man! Keep producing awesome content from the heart, everybody loves it!
@victorpinasarnault9135
@victorpinasarnault9135 3 года назад
That is the most simple explanation of Docker that I ever heard. Thank you.
@disruptive_innovator
@disruptive_innovator 10 месяцев назад
i am so late to the party no one explains this stuff anymore. thank you for exactly what i needed: the concept of the problem and the solution explained well, quickly and visually.
@pavelgordon6669
@pavelgordon6669 3 года назад
Great video! Brevity so rare quality nowadays. Never thought that such an extensive description can be done in 100 seconds.
@ItsMeHelel
@ItsMeHelel 3 года назад
Amazing video as always, Jeff! As someone who only this year came across the need to use Docker, I still sometimes get a little confused about it. Thanks a lot for helping!
@dhiaeddinebassalah3129
@dhiaeddinebassalah3129 3 года назад
this new concept of videos is crazy awesome great job fireship man XD
@user-pb7ul8yd1b
@user-pb7ul8yd1b Месяц назад
It's been a long time but u actually made my mood with this, thanks a lot :)
@catomajorcensor
@catomajorcensor 3 года назад
I just started using docker and this video came out. Perfection
@iskandar149
@iskandar149 2 года назад
one of the best channels I have ever seen during my journey to web development
@skylark1975
@skylark1975 2 года назад
These are just amazing videos 😍. Really informational. As a person who is new to the field, I got a basic understanding of the technologies I hear from tutorials using this "in 100 seconds" series.
@nukemonk
@nukemonk 3 года назад
These videos are amazing! Easy to understand and very helpful when it comes to discovering new software.
@elpatotengu31
@elpatotengu31 3 года назад
Literally I was asking about docker (how to use it) with my brother two hours ago. Perfect timing
@TariqTheTutor
@TariqTheTutor 4 месяца назад
these 100 seconds videos are awesome, love it!
@arishshah1142
@arishshah1142 3 года назад
Really exited for the upcoming Docker videos!
@ramielkady938
@ramielkady938 7 месяцев назад
I don't believe how good this is, Others need to learn that less time is great, which is what you are doing here. I have technical instructors that would explain the exact same amount explained here with the same quality in 20 hours. literally. Thank you so much.
@shutterbugmini
@shutterbugmini 3 года назад
These 100sec tutorials are Awwwwwwwwesome.... Kudos for your efforts...
@oscarbarajas3610
@oscarbarajas3610 3 года назад
As always you're making good quality videos man, congrats.
@MYMPSWORLD
@MYMPSWORLD 3 года назад
That was really helpful. 👍 Looking forward to the full video
@gautomagarwal6039
@gautomagarwal6039 2 года назад
Loved your 100-second series.
@ilanlee3025
@ilanlee3025 2 года назад
Best damm video I have seen on Docker by far. I wish all tutorial videos were like this!
@RounderSkillZ
@RounderSkillZ 3 года назад
Another instructive video. Throttle and debounce could be a pretty cool 100-second video.
@pranupranav5563
@pranupranav5563 2 года назад
Thanks fireship. Interviewer asked me what is docker. I explained what is explained in this video.
@VadimTi320
@VadimTi320 9 месяцев назад
Super great. Now i understand it, thanks!
@jaganmayeesahoo5142
@jaganmayeesahoo5142 Год назад
I highly appreciate the content you provided, without doing any nonsense. I saw your video first time and i am loving it # LOVE FROM INDIAAAA
@sreekanthmk86
@sreekanthmk86 3 года назад
Awesome 100 sec video which gave me an overview of docker.. thankyou for your efforts 👍👍👍❤️
@besjansejrani1880
@besjansejrani1880 3 года назад
Great explanation Jeff, I know it's short but maybe would have added that Docker is Kernel dependent. Linux containers run only on hosts with Linux kernel, and Windows containers run only with windows kernel.
@adrianmreds
@adrianmreds 2 года назад
Dude I love your channel thanks for all the videos
@burger6178
@burger6178 Год назад
Man your channel is a godsend for us who are job searching! Whenever I am unfamiliar with a technology I go here to get the gist of it, thanks for your content!
@FalseDev
@FalseDev 3 года назад
Amazing content, as usual learned a lot from you.
@manthanbuch1254
@manthanbuch1254 2 года назад
Great video, about to add Docker to my Resume, Kubernetes next!!!
@sai-codes
@sai-codes 3 года назад
this is really useful and concise explanation.
@mof3420
@mof3420 2 года назад
A lot of respect for you You explain very well
@TriptoAfsin
@TriptoAfsin 3 года назад
This guy is a legend , lots of respect sir
@AkkayHT228
@AkkayHT228 3 года назад
Finally DevOps videos by Fireship! :D
@masalman1441
@masalman1441 3 года назад
OMG this channel is 🔥. Subscribed!
@querela92
@querela92 3 года назад
Thanks. If I need to explain Docker real fast, I can now simply point to your video. :-)
@shashikanthp3145
@shashikanthp3145 3 года назад
Excited for more docker videos🔥
@yasinquraishy1197
@yasinquraishy1197 3 года назад
There should be one oscar award for giving this type of lesson in shortest time
@Gatsu563
@Gatsu563 3 года назад
Finally a docker video that's understandable.
@stevemosi254
@stevemosi254 Год назад
This is amazing!!. Thank you
@prasundas4155
@prasundas4155 3 года назад
Thank You sir loved Your all 100s videos
@belkacembouzerzour3228
@belkacembouzerzour3228 3 года назад
Dropping a like before watching the video, thanks!
@leonardootto
@leonardootto 3 года назад
A tip: 0:15 - You could put virtual hardware on screen to explain But the other things are very good explained. Thanks.
@ahmedhafiz2419
@ahmedhafiz2419 3 года назад
Much needed. 😌 Thanks a lot
@assaadelhalabi2696
@assaadelhalabi2696 3 года назад
What a champ! Inspiring brotha
@XxDarkCinisterxX
@XxDarkCinisterxX 3 года назад
Ah this awesome video reminds me why I subscribed. Keep it up !!!!
@mossfoobar8322
@mossfoobar8322 3 года назад
Best 100 sec explanation
@ahmetbcakici
@ahmetbcakici Год назад
Thanks for this unbelievable content!
@janetdsouza1518
@janetdsouza1518 9 месяцев назад
You are outstanding ... thank you.
@severtone263
@severtone263 4 месяца назад
Great overview!
@dirtbagmoto
@dirtbagmoto 3 года назад
Nice! Web Assembly next pretty please 😁
@sor3999
@sor3999 3 года назад
Thanks for making a clear distinction between traditional VMs and Docker. I feel like everywhere I looked all I got was the not very useful "iT'S NoT A Vm iT'S A CoNtAiNeR" ... I mean it's clearly some type of virtualization, but how that's achieved may be different.
@anushibinj
@anushibinj 3 года назад
More content coming on Docker content? Can't wait 😍
@kg_loves
@kg_loves 3 года назад
This is awesome! Thanks a lot!
@nicetomeetugaming7024
@nicetomeetugaming7024 2 года назад
Amazing explanation sir!
@alimaxion2005
@alimaxion2005 3 года назад
You killed it, well explained
@user-hx2nc2bq6u
@user-hx2nc2bq6u 3 года назад
Lol, I needed to reduce the video speed to 0.75 to see what was really going on , on the screen...lol, please give the viewer more time to see, what you are doing..haha, normally I watch the most videos in 1.5x speed, but you are the first teacher, that I need to actually slow down the speed to watch and learn your great content and to memorize it...😆😆😆🥰👍🏻💖🙋🏻‍♂️😜
@lucasbarreto-dev
@lucasbarreto-dev Год назад
Great job, mate! 👊🏻
@MrAlexandermartis
@MrAlexandermartis 3 года назад
Brilliant! Do Jenkins next
@ridl27
@ridl27 3 года назад
waiting for docker & devops tutorials.🙏 thx!
@abhimalvekr127
@abhimalvekr127 3 года назад
Only for your channel I slow down the playback speed. Great stuff.
@nitroflap
@nitroflap 3 года назад
I knew docker, but thanks to you.
@timotheefermeaux9183
@timotheefermeaux9183 3 года назад
Dope ! Great explanation
@1minutelinux390
@1minutelinux390 2 года назад
Many Thanks brother
@DanielEliasKana
@DanielEliasKana 3 года назад
I love your animations!
@charlesmagno28
@charlesmagno28 2 года назад
we use docker at work so we can use Ubuntu, and I dont really understand what it is , it just works. thanks for this video!
@marq_8976
@marq_8976 2 года назад
This series is genius. Request: Vagrant in a 100 seconds.
@SlenderKS
@SlenderKS 6 месяцев назад
awesome! thanks so much
@soflass1293
@soflass1293 11 месяцев назад
How come you make me feel that I understand for the first time something that I use daily for years? :D
@adiirk
@adiirk Год назад
perfectly explained!
@Yassir.A.P.
@Yassir.A.P. 2 года назад
I like that when he says the word "faster" he shows a video of a running cheetah, and for "slow" he shows a fat cat going through the pet door 😂
@Souless-Monster
@Souless-Monster 3 года назад
Great channel!
@relaxationandpeace3571
@relaxationandpeace3571 3 года назад
This is excellent stuff!
@albertsaez4998
@albertsaez4998 2 года назад
god this video is awesome, subscribing
@RdozeTV
@RdozeTV 3 года назад
This saves our time
@rajesh-royal
@rajesh-royal 3 года назад
pure gold ❤️
@raihanulalamhridoy4714
@raihanulalamhridoy4714 3 года назад
Your videos are really amazing. Can you share how you edit the contents! It's really amazing :)
@ahmedbalady1262
@ahmedbalady1262 3 года назад
What programs you use for editing ? Love your content ❤❤
@kaiumamanbaev3276
@kaiumamanbaev3276 3 года назад
ok, with such videos we can speedrun programming
@namoudnormand3048
@namoudnormand3048 3 года назад
Your videos are amazing 👌
Далее
Computer Networking in 100 Seconds
2:18
Просмотров 204 тыс.
skibidi cat pedro 🐈🔥  #skibiditoilet
00:20
Просмотров 2,3 млн
Танцуем с ЛПшкой 😂
00:14
Просмотров 500 тыс.
How programmers flex on each other
6:20
Просмотров 2,2 млн
100+ Docker Concepts you Need to Know
8:28
Просмотров 800 тыс.
Never install locally
5:45
Просмотров 1,6 млн
this is why you're addicted to cloud computing
5:25
Просмотров 839 тыс.
The least you need to know about Docker!
13:57
Просмотров 237 тыс.
10 regrets of experienced programmers
8:16
Просмотров 1 млн
Using docker in unusual ways
12:58
Просмотров 398 тыс.
10 Programmer Stereotypes
5:08
Просмотров 3 млн
How I deploy serverless containers for free
6:33
Просмотров 399 тыс.
don't throw your faulty fan
0:24
Просмотров 2,3 млн
Ноутбук без экрана
0:22
Просмотров 15 тыс.
Bluetooth Desert Eagle
0:27
Просмотров 4,8 млн
Apple watch hidden camera
0:34
Просмотров 59 млн