ฝึกพูดภาษาอังกฤษด้วยเทคนิค Shadowing จากวิดีโอ: Docker in 100 Seconds

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 — วิธีที่พัฒนาขึ้นสำหรับการฝึกนักแปลมืออาชีพ

ฟังทีละประโยค สังเกตการเน้นเสียงและการเชื่อมเสียง แล้วพูดตามดังๆ อย่างมั่นใจ ฝึกวันละ 15–30 นาทีจะเห็นผลลัพธ์ที่ชัดเจน

เทคนิค Shadowing คืออะไร?

Shadowing เป็นเทคนิคการเรียนรู้ภาษาที่ได้รับการรับรองทางวิทยาศาสตร์ พัฒนาขึ้นสำหรับการฝึกนักแปลมืออาชีพ วิธีการนี้เรียบง่ายแต่ทรงพลัง: คุณฟังเสียงภาษาอังกฤษจากเจ้าของภาษาและพูดตามทันที — เหมือนเงาที่ตามผู้พูดด้วยช่วงเวลาห่าง 1-2 วินาที การวิจัยแสดงว่าเทคนิคนี้ปรับปรุงความแม่นยำในการออกเสียง ทำนองเสียง จังหวะ การเชื่อมเสียง การฟังเข้าใจ และความคล่องแคล่วในการพูดได้อย่างมีนัยสำคัญ