Тёмный

What is Docker!?👩‍💻 (in 30 seconds)  

Coding with Lewis
Подписаться 572 тыс.
Просмотров 166 тыс.
50% 1

Наука

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

 

31 авг 2022

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 84   
@CodingWithLewis
@CodingWithLewis Год назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-ANLQLe6uQ5o.html How I would learn to code. New video! 👩‍💻
@ayushvyas3401
@ayushvyas3401 Год назад
I installed docker on windows recently, had to go to the therapist after a couple of days.
@CodingWithLewis
@CodingWithLewis Год назад
🤣🤣🤣🤣 LMFAO
@danielchettiar5670
@danielchettiar5670 Год назад
What made it difficult? Wsl2 pretty much makes it an identical experience to Linux.
@remorcist2499
@remorcist2499 Год назад
Me too :/ I just went with ubuntu server instead.
@satibel
@satibel Год назад
Wsl2 now even has gpu support (with like a 30% penalty though)
@hamcillus6678
@hamcillus6678 Год назад
“Do you have a problem where your app works on your computer but not on anyone else’s computer?” Me: No no I don’t, it doesn’t work on my pc either
@MoritzWeller
@MoritzWeller Год назад
🤣🤣
@galihariadananjaya5182
@galihariadananjaya5182 5 месяцев назад
lmao same problem, the bug is killing me
@Pratik2588
@Pratik2588 Год назад
Containers do not share an OS. They share the linux kernel
@Sai_800
@Sai_800 Год назад
I like the way you explain new technologies in a simple way
@alql77
@alql77 Год назад
Good explanation, maybe a 60s quick guide on how to get started :)
@sallysally9483
@sallysally9483 22 дня назад
You're so knowledgeable!
@not_vinkami
@not_vinkami Год назад
Is it just me or it really sounds like jvm but for an entire app
@AusieGamer834
@AusieGamer834 19 дней назад
Docker is very useful.
@kinershah464
@kinershah464 Год назад
Docker is useful. You can have a common build environment for your applications and share that with your coworkers.
@overanalyzing
@overanalyzing Год назад
Interesting 🤔
@yesimscheidj
@yesimscheidj Год назад
I still don't know the puepose of docker extension in my vs code
@nikolakrsmanovic9175
@nikolakrsmanovic9175 Год назад
Docker is insanely powerfull !
@CodingWithLewis
@CodingWithLewis Год назад
Couldn't agree more
@mrunalrawade2123
@mrunalrawade2123 Год назад
Thank you for such good explanation!
@CodingWithLewis
@CodingWithLewis Год назад
You're very welcome!
@SpacemanSpiff9406
@SpacemanSpiff9406 Год назад
Lewis, you are invaluable good sir!
@starstheengine
@starstheengine Год назад
Most useful tool in deployment I've used so far. I've deployed multiple apps in one VPS without any problems.
@harshadadagale4253
@harshadadagale4253 Год назад
I'm so early, the short does not even have a thumbnail 🙆🏻‍♂️
@CodingWithLewis
@CodingWithLewis Год назад
This goes to you 🏆
@obed818
@obed818 Год назад
@@CodingWithLewis thanks
@faraz9641
@faraz9641 Год назад
Tu eklavya batch ke video dekhta tha kya ? 🤔 Kahi dekha lag raha tujhe
@harshadadagale4253
@harshadadagale4253 Год назад
@@faraz9641 bro yea online khud sey padhna bahut bada scam hai mene aarambh batch sey badha tha. Dinesh sir accha kaam kar rhe hai but students ki problems bahut different hai. Online mat padha chahe woh Dinesh sir padha rhe ho yaa fir koi orr.
@faraz9641
@faraz9641 Год назад
@@harshadadagale4253 Han ab samjh aya Online ke 11+3 Hone ka nuksan 😢🥲🥲 Gandi lagi meri
@abhishekkhairnar8318
@abhishekkhairnar8318 Год назад
Best 👍👍👍
@francoisschoeman5350
@francoisschoeman5350 Год назад
Am I the only one that's still confused about how to actually use docker or when to use it with which stack / language? The tutorials are so confusing to me and I always have to jump between sites to use it...😥
@satibel
@satibel Год назад
Docker is good for service apps, e.g. servers, web apps. You basically create a container, install everything you need for your app to work, and then you can ship that. The advantage is that if for example you need to use a few other programs, like a webserver, or a specific version of python, you have them installed correctly, and "it just works" i.e. you can treat the container as a black box.
@BushiestBesver
@BushiestBesver Год назад
Terraform + Docker = 💪🏻
@sumit-kushwah
@sumit-kushwah Год назад
Docker 🔥🔥
@CodingWithLewis
@CodingWithLewis Год назад
It's incredible!
@Muhammed-nani964
@Muhammed-nani964 Год назад
In simple term they share kernels but each have its own user mode ! And btw for security isolation you will use it on top of a vm and the idea of containers is mainly will be used in cloud native !! So yea but vm will still be a big part
@NoOne-ev3jn
@NoOne-ev3jn Год назад
I have a question: if I have a local database can I dockerize it then deploy the image in some remote server so I can access it remotely?
@riverofcustard5027
@riverofcustard5027 Год назад
Docker is a gentle whale that carries our broken containers on its back
@Muhammed-nani964
@Muhammed-nani964 Год назад
Next talk about open Stack which sadly most of people don’t know about it , which is used to create many cloud OS by big companies
@menkiguo7805
@menkiguo7805 Год назад
Had this problem today and saw this
@birdpump
@birdpump Год назад
Basically it accesses the kernel directly
@ShubhamBhushanCC
@ShubhamBhushanCC Год назад
And if you want to have multiple copies of same libraries.
@srglmr
@srglmr Год назад
I never faced such problem
@CodingWithLewis
@CodingWithLewis Год назад
Do you use docker?? 👩‍💻🤔
@sumit-kushwah
@sumit-kushwah Год назад
Yes daily.
@NoFailer
@NoFailer Год назад
I use it locally, sometimes on it's own, sometimes with docker compose if the application is larger. I also use kubernetes for dev, staging and production.
@davydorynbaev
@davydorynbaev Год назад
No
@saultube44
@saultube44 Год назад
Android should use Docker instead of Java VM then
@vidTimee
@vidTimee 5 месяцев назад
Ya that sound fantastic, but with some security tradeoffs
@The_LukeZ
@The_LukeZ 23 дня назад
Windows hates this
@dailymeow3283
@dailymeow3283 Год назад
And here we go the yamls
@Chris-zt4ol
@Chris-zt4ol Год назад
Build once - run anywhere… unless you have a different cpu architecture like arm
@dduude87
@dduude87 Год назад
interesting
@RandomVideos-im4ue
@RandomVideos-im4ue Год назад
Then what is difference in virtual server accesing os and docker files also accessing os?
@Adham-vz2nw
@Adham-vz2nw Год назад
I've flashbacks from Vietnam when I hear about Docker. Most miserable 2 months of my life.
@lukivan8
@lukivan8 Год назад
Why tho? It is awesome, use it for everything i need to share with my coworkers or to setup environment same as a server
@cerulity32k
@cerulity32k Год назад
hmm i should use docker
@randomname2437
@randomname2437 Год назад
I use Linux and I tried to use docker on windows. I'm traumatized
@scorpio2t
@scorpio2t Год назад
You use it for that damn nice!nano that still isn’t working 😵‍💫 still trying to get zmk to work
@hn1f
@hn1f Год назад
It's just a whale that manages containers and shares the kernel with em
@spencersedano
@spencersedano 10 месяцев назад
I still don’t get it 😢
@peckychicken
@peckychicken Год назад
A question: Should i use this if my python game does not work on other machines or should I just try and fix that?
@voxelfusion9894
@voxelfusion9894 Год назад
Docker comes with a performance penalty. And since you're making a game with python, it's probably laggy enough.
@veraochiche9177
@veraochiche9177 Год назад
so docker is like vagrant but faster?
@Radu_NG
@Radu_NG Год назад
Why would you use Docker... on Docker... on Docker... docker. 🥴
@Sawlo17
@Sawlo17 Год назад
Only recommended for Linux ? In windows a need todo vm Ubuntu, cent0s, etc ? This consumed more s.o ram cpu etc ? Y need to now :( docker is the future or na?
@Confusedcapybara8772
@Confusedcapybara8772 Год назад
Since docker is deprecated, what should we learn as a replacement?
@listinoprezzi6614
@listinoprezzi6614 Год назад
Podman
@mohammedissam3651
@mohammedissam3651 Год назад
Sandboxing not container huge difference Being a box don't always means a container 🤣
@navyshark2286
@navyshark2286 Год назад
Great you just made the TF2 bots stronger (joke)
@user-nn1pf9we8t
@user-nn1pf9we8t Год назад
Hi, I'm Jiemeu and I love your channel. I hope to discuss business cooperation with you
@elir.torres8642
@elir.torres8642 Год назад
I don't know man I develop my Django Flask apps on Virtual Box containers. Its proven to be reliable, with tons of tools, and with a huge community for support. I will stick with what works. Just use a bares bone Linux OS and you should be fine.
@voxelfusion9894
@voxelfusion9894 Год назад
That's what docker is but you're emulating the kernel too.
@rummanahmar
@rummanahmar Год назад
Docker is great! But on windows server it sucks.
@MatthewBlackmon
@MatthewBlackmon Год назад
Just build in java lol jk docker has its place
@Dev-Siri
@Dev-Siri 9 месяцев назад
a whale that runs your apps
@ffslayers
@ffslayers Год назад
so is docker a virtual machine ? ... im confused 😵
@dineshbh3837
@dineshbh3837 Год назад
Virtual machine has its own OS but in it, docker container uses host machine's OS, soo it's way more lightweight than VM
@MR-vj8dn
@MR-vj8dn 6 месяцев назад
This is bull 😄
@Zei33
@Zei33 21 день назад
Docker sucks. Plain and simple. It’s not good.
Далее
100+ Docker Concepts you Need to Know
8:28
Просмотров 891 тыс.
How One Line of Code Almost Blew Up the Internet
13:47
БАТЯ И СОСЕД😂#shorts
00:59
Просмотров 1,9 млн
Virtual Machines vs Containers
8:57
Просмотров 862 тыс.
A new way to generate worlds (stitched WFC)
10:51
Просмотров 520 тыс.
Что такое Docker?
6:50
Просмотров 288 тыс.
40 APIs Every Developer Should Use (in 12 minutes)
12:23
Why Are Open Source Alternatives So Bad?
13:06
Просмотров 589 тыс.
Using docker in unusual ways
12:58
Просмотров 428 тыс.
Virtual Machine (VM) vs Docker
8:52
Просмотров 191 тыс.
My Bank Wanted $17.63 so I Used Python Instead.
4:42
C++ vs Rust: which is faster?
21:15
Просмотров 385 тыс.
How A Steam Bug Deleted Someone’s Entire PC
11:49
Просмотров 946 тыс.
iPhone socket cleaning #Fixit
0:30
Просмотров 18 млн
📱магазин техники в 2014 vs 2024
0:41