What is Docker!?👩‍💻 (in 30 seconds) #technology #programming #software #career #tech #code

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор


How I would learn to code. New video! 👩‍💻

CodingWithLewis
Автор

I installed docker on windows recently, had to go to the therapist after a couple of days.

ayushvyas
Автор

“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

hamcillus
Автор

Containers do not share an OS. They share the linux kernel

Pratik
Автор

I like the way you explain new technologies in a simple way

Sai_
Автор

Docker is useful. You can have a common build environment for your applications and share that with your coworkers.

kinershah
Автор

Good explanation, maybe a 60s quick guide on how to get started :)

alql
Автор

Most useful tool in deployment I've used so far. I've deployed multiple apps in one VPS without any problems.

starstheengine
Автор

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

Muhammed-nani
Автор

Is it just me or it really sounds like jvm but for an entire app

not_vinkami
Автор

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...😥

francoisschoeman
Автор

I'm so early, the short does not even have a thumbnail 🙆🏻‍♂️

harshadadagale
Автор

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

Muhammed-nani
Автор

I still don't know the puepose of docker extension in my vs code

yesimscheidj
Автор

Docker is a gentle whale that carries our broken containers on its back

riverofcustard
Автор

Basically it accesses the kernel directly

birdpump
Автор

And if you want to have multiple copies of same libraries.

ShubhamBhushanCC
Автор

I've flashbacks from Vietnam when I hear about Docker. Most miserable 2 months of my life.

Adham-vznw
Автор

Android should use Docker instead of Java VM then

saultube
Автор

Build once - run anywhere… unless you have a different cpu architecture like arm

Chris-ztol