تدريب Shadowing: Docker in 100 Seconds - تعلم التحدث بالإنجليزية مع YouTube
C1
⏸ متوقف مؤقتاً
Docker, a tool that can package software into containers that run reliably in any environment.
26 جمل
إذا كانت الجمل قصيرة أو طويلة جدًا، انقر على Edit لتعديلها.
1
Docker, a tool that can package software into containers that run reliably in any environment.
2
But what is a container and why do you need one?
3
Let's imagine you built an app with COBOL that runs on some weird flavor of Linux.
4
You want to share this app with your friend, but he has an entirely different system.
5
So the problem becomes, how do we replicate the environment our software needs on any machine?
6
One way to package an app is with a virtual machine, where the hardware is simulated then installed with the required OS and dependencies.
7
This allows us to run multiple apps on the same infrastructure, however, because each VM is running its own operating system, they tend to be bulky and slow.
8
Now, a Docker container is conceptually very similar to a VM with one key difference.
9
Instead of virtualizing hardware, containers only virtualize the OS.
10
Or in other words, all apps or containers are run by a single kernel, and this makes almost everything faster and more efficient.
11
There are three fundamental elements in the universe of Docker.
12
The Dockerfile, the image, and the container.
13
The Dockerfile is like DNA, it's just code that tells Docker how to build an image, which itself is a snapshot of your software,
14
along with all of its dependencies down to the operating system level.
15
The image is immutable and it can be used to spin up multiple containers, which is your actual software running in the real world.
16
Create a Dockerfile and use from to start from an existing template like Ubuntu.
17
This base image gets pulled down from the cloud, and you can also upload your own images to a variety of different Docker registries.
18
From there, you might want to use run to run a terminal command that installs dependencies into your image.
19
You can set environment variables and do all kinds of other stuff, then the last thing you'll do is set a default command that's executed when you start up a container.
20
And now, we can create the image file by running the docker build command.
21
It goes through each step in our Docker file to build the image layer by layer.
22
We can then bring this image to life as a container with the docker run command.
23
As your app demands more resources, you can run it on multiple machines, multiple clouds, on-prem, or wherever you want reliably.
24
This has been Docker in 100 seconds.
25
If you enjoyed it, make sure to like and subscribe, and stay tuned for more Docker content coming to this channel soon.
26
Thanks for watching, and I will see you in the next one.
تنزيل التطبيق
Everything you need to speak fluently
AI PronunciationScore every sentence
IPA PracticeMaster every sound
VocabularyBuild your word bank
Vocab GameLearn while playing

حول هذا الدرس
أنت تتدرب على اللغة الإنجليزية باستخدام "Docker in 100 Seconds" مع تقنية الـ Shadowing.
ما هي تقنية التظليل الصوتي؟
التظليل الصوتي (Shadowing) تقنية تعلم لغة مدعومة علمياً، طُورت أصلاً لتدريب المترجمين الفوريين المحترفين. الطريقة بسيطة لكنها قوية: تستمع لصوت إنجليزي أصلي وتكرره فوراً بصوت عالٍ — كظل يتبع المتحدث بتأخير 1-2 ثانية. تُظهر الأبحاث تحسناً كبيراً في دقة النطق والتنغيم والإيقاع وربط الأصوات والاستماع والطلاقة.