Тёмный

What is Docker? 

CoderJourney
Подписаться 18 тыс.
Просмотров 126 тыс.
50% 1

Learn more about Docker with Linux Academy: linuxacademy.c...
Learn what Docker is, what it isn’t, and why it’s useful to you as a coder.
Suggested Resources: coderjourney.c...
Twitter: / coderjourney
Intro created by Ian Zainea (ianzainea.com)
~-~~-~~~-~~-~
Please watch: "How to Write Better Automated Tests"
• How to Write Better Au...
~-~~-~~~-~~-~

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

 

29 сен 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 78   
@danielmozer7984
@danielmozer7984 6 лет назад
LTT brought me here.
@Coderjourney
@Coderjourney 6 лет назад
I’m unfamiliar, what is LTT?
@danielmozer7984
@danielmozer7984 6 лет назад
CoderJourney LinusTechTips
@Coderjourney
@Coderjourney 6 лет назад
Sweet! Hopefully this was something useful to you.
@Mustafaismail22
@Mustafaismail22 6 лет назад
😀
@starvingdeveloper2987
@starvingdeveloper2987 7 лет назад
Great video
@jamcdonald120
@jamcdonald120 5 лет назад
why do you need containers? why not just run Apache and rails on the os?
@Coderjourney
@Coderjourney 5 лет назад
You could run rails and a web server. Containers have the benefit of ease of portability. Containers are great for investigating new technologies or running applications in the same environment whether you’re in development or in production. Most people develop on windows or macOS machines, but deploy on Linux and there are subtle differences between ruby installations and web server behaviors, but containers allow you to run on the same os from anywhere.
@abdlmalekluttei8829
@abdlmalekluttei8829 6 лет назад
Linus brought me here
@Coderjourney
@Coderjourney 6 лет назад
Glad to have you.
@Coderjourney
@Coderjourney 6 лет назад
Out of curiosity, what video brought you here?
@abdlmalekluttei8829
@abdlmalekluttei8829 6 лет назад
10gigabit download speed
@Coderjourney
@Coderjourney 6 лет назад
I’ll have to check it out.
@nessitro
@nessitro 4 года назад
@@Coderjourney ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-gk1eKPRLaJA.html by the way really great explanation of what docker is +1
@jackt6112
@jackt6112 6 лет назад
The only thing I would take exception to is the picture at :54. With VMs there is no OS between the server and hypervisor. The only OS is inside of the VMs. What is shown here is a Type 2 Hypervisor, which nobody uses in production. Type 2 Hypervisors are what you use on a development PC. Thus, it is APP -> OS -> Hypervisor -> Server. The difference is with Docker, as with Jails, is you share the same operating system, which is more efficient, while VMs can each have a different operating system or version, and share the same server via a thin hypervisor layer, so you don't need to buy a server for each operating system and version you want to run.
@Sikip60
@Sikip60 6 лет назад
Ltt
@AzzerYTB
@AzzerYTB 6 лет назад
LIDL Pog
@Lagggerengineering
@Lagggerengineering 6 лет назад
LOL
@Miodrag0204
@Miodrag0204 7 лет назад
Thank you, sir! Very clear explanation.
@queuebit
@queuebit 8 лет назад
Idea for something in the future: > For a layperson, how does a docker production deploy compare to EC2, Heroku, or Elastic Beanstalk for something like a Node.js app?
@Coderjourney
@Coderjourney 8 лет назад
That's a good thing to look into. I'm planning on creating a video about deploying web applications to cloud services using Docker. I'll touch on the difference in that video.
@michgingras
@michgingras 4 года назад
you abstract concepts to explain more abstract concepts then you want to know why people wont use linux .... brilliant !
@KP-bm4uo
@KP-bm4uo 7 лет назад
Again, great video and please think about posting one geared towards CIOs and the benefits of Docker to them - not just developers! Cheers,
@BappuDebNath
@BappuDebNath 4 года назад
#CoderJourney It's a good video. But you did not mention what is hypervisor.
@BappuDebNath
@BappuDebNath 4 года назад
Although you said you 'will get to in a second'!
@joshuaeden1518
@joshuaeden1518 5 лет назад
I still don't understand what this is or what it does. LoL. but I think I need it. Can someone explain it to me like I'm a 5 year old? LMFAO
@kulashaker30
@kulashaker30 5 лет назад
Most of us know that docker didn't create containers and for some who don't, no one here was insisting that docker created containers so be nice on docker. :)
@MrKeano4
@MrKeano4 7 лет назад
Clear, concise and to the point. Thank you
@Coderjourney
@Coderjourney 7 лет назад
+Mark Hynes I’m glad you found it useful.
@lalkitab1952
@lalkitab1952 6 лет назад
clear and simple explanation
@Coderjourney
@Coderjourney 6 лет назад
I’m glad you liked it.
@wulfriclee1983
@wulfriclee1983 5 лет назад
Probably the best explanation within 5 minutes.
@ghal1607
@ghal1607 6 лет назад
Excellent presentation, very clear explanation what Docker is. ( in Greek - Εξαιρετική παρουσίαση)
@NWreaper
@NWreaper 4 года назад
"what is docker?" but explained for people who already know what docker is
@Coderjourney
@Coderjourney 4 года назад
Is this a request for a lower level version of this video or are you saying that this video doesn’t explain docker from a high enough level?
@adamdost7573
@adamdost7573 5 лет назад
Awesome pls upload more devops tools
@arnavsrivastava2462
@arnavsrivastava2462 5 лет назад
Amazing dude....I imagine you are Gilfoyle from Silicon Valley especially in the episode where he teaches Richard about Crypto currencies ...really cool
@Coderjourney
@Coderjourney 5 лет назад
Haha this made me laugh. I'm glad you liked the video.
@JohnDowning66
@JohnDowning66 6 лет назад
excellent intro to docker and containers!
@rnalla58
@rnalla58 6 лет назад
nice brief description, i liked it
@Coderjourney
@Coderjourney 6 лет назад
Awesome. I’m glad you liked it.
@Kallaste.
@Kallaste. 6 лет назад
Great video, but you are mispronouncing daemon. It is said like 'demon', not 'damon'. In fact it is just an older spelling of demon.
@Coderjourney
@Coderjourney 6 лет назад
Thanks for the correction
@ppvshenoy
@ppvshenoy 6 лет назад
Simple and to the point. Thank you.
@ClaranetDE
@ClaranetDE 6 лет назад
Awesome Video, good introduction, super helpful!
@Coderjourney
@Coderjourney 6 лет назад
Im glad you liked it. :)
@Flankymanga
@Flankymanga 6 лет назад
So docker is just an interface to provide better controls to create containers....
@Coderjourney
@Coderjourney 6 лет назад
More or less
@ValdVincent
@ValdVincent 5 лет назад
What is docker hub, and does that mean my internet is calling into some 3rd party site if I chose to use this?
@Coderjourney
@Coderjourney 5 лет назад
Docket hub hosts prebuilt docker images. You technically don’t need to use it if you want to build all of your images from scratch, but I wouldn’t recommend it. You do need to reach out to download the base image that you’re working with in most cases.
@rw7799
@rw7799 6 лет назад
So is docker for massive apps? i use a host to worry about my servers. so why would i care about docker?
@Coderjourney
@Coderjourney 6 лет назад
Containers are useful for a wide variety of things, but they definitely aren’t restricted to “massive” apps. I use containers for experimentation, development, and portable deployments.
@laymanstechworld3224
@laymanstechworld3224 4 года назад
good session.
@daviddk1988
@daviddk1988 6 лет назад
It was a clear explanation, no doubt about it, but (and this is a VERY VERY VERY personal opinion), maybe you should try to put a little more effort in the vocalization, I mean what you said was very clear, but i felt that I was listening to a synthesized voice. Again, VERY personal opinion, I mean no harm. Cheers.
@Coderjourney
@Coderjourney 6 лет назад
Thanks for the feedback. This was my second video and I was very uncomfortable on the mic. I’d like to think I sound more comfortable now, but I’ll definitely look into how I can improve in this area more.
@daviddk1988
@daviddk1988 6 лет назад
It's understandable if this was your second video (I didn't know that) and I'll be sure to check your new material. Good luck!!
@Coderjourney
@Coderjourney 6 лет назад
Thanks. I’ve been pretty quiet for some time because I’ve been focused on my courses over at Linux Academy, but I should be back to creating content for the channel sometime soon. Never expected a RU-vid channel to eventually land me a job as a teacher, but things worked out in a cool way.
@tresspass1234
@tresspass1234 6 лет назад
very good explanation, clear and simple!
@Coderjourney
@Coderjourney 6 лет назад
I’m glad you found it useful.
@rfrancoi
@rfrancoi 5 лет назад
Great video. I learned a LOT....
@Coderjourney
@Coderjourney 5 лет назад
Awesome! I’m glad you liked it.
@rohanyt09
@rohanyt09 5 лет назад
that asmr voice tho
@Coderjourney
@Coderjourney 5 лет назад
Haha I sound like I was a little nervous to record and also trying to be quiet. Not a great combination
@NourAslaoui
@NourAslaoui 6 лет назад
the best, simple and clear explanation out there, thank you!!
@Coderjourney
@Coderjourney 6 лет назад
You’re welcome! I’m glad you liked it.
@KumR
@KumR 6 лет назад
Great Explanation. Can u please expand this by showing how to export an image/container from UBUNTU machine to Windows machine?
@Coderjourney
@Coderjourney 6 лет назад
The Journey into Docker video will walk you through the basics of creating your first image. I don’t know if a way to take an existing machine and create a docker image from it (though I’m sure someone has made this tool).
@KumR
@KumR 6 лет назад
CoderJourney - Thanks but I have created my oracle docker container on Ubuntu and wanna migrate it to Windows. Any suggestions?
@Coderjourney
@Coderjourney 6 лет назад
None, I’m not really a windows guys.
@KumR
@KumR 6 лет назад
CoderJourney - Forget Windows then. What if its another linux D like Debian
@Coderjourney
@Coderjourney 6 лет назад
If you’ve already got the image, you could push it to hub.docker.com and the pull the image to the other machine to run it from there. Is that what you’re going for? If you instead want to change the underlying OS in your image, you’ll have to start from scratch in your Dockerfile. Sorry if I’m missing what your asking exactly.
@leifandersen2600
@leifandersen2600 6 лет назад
Thank you for a presentation on a very understandable level. I would like an explanation of blockchain on a similar level (what is it and why is it interesting)
@Coderjourney
@Coderjourney 6 лет назад
+Leif Andersen I’m glad you liked this. I don’t really know anything about the block chain so I probably won’t be making a video about it anytime soon. Thank you for the suggestion though.
@zhirjalal3649
@zhirjalal3649 7 лет назад
thank you sir
@Coderjourney
@Coderjourney 7 лет назад
+zhir shapour you're welcome
@DieMasterMonkey
@DieMasterMonkey 6 лет назад
Best explanation for those who already know *nix jails and just need to understand containers.
Далее
Learn the Basics of Docker
14:51
Просмотров 32 тыс.
The intro to Docker I wish I had when I started
18:27
Просмотров 118 тыс.
100 Identical Twins Fight For $250,000
35:40
Просмотров 52 млн
Using docker in unusual ways
12:58
Просмотров 450 тыс.
Docker Tutorial for Beginners
50:38
Просмотров 40 тыс.
Learn Docker in 12 Minutes 🐳
12:01
Просмотров 2,1 млн
Virtual Machine (VM) vs Docker
8:52
Просмотров 205 тыс.
Docker Tutorial for Beginners
56:04
Просмотров 2,6 млн
Docker Crash Course for Absolute Beginners [NEW]
1:07:39