シャドーイング練習: 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」を使って、シャドーイングで英語を練習しましょう。
毎日15〜30分の練習で、IELTSスピーキングへの自信と実践的な英会話力が身につきます。
シャドーイングとは?英語上達に効果的な理由
シャドーイング(Shadowing)は、もともとプロの通訳者養成プログラムで開発された言語学習法で、多言語習得者として知られるDr. Alexander Arguelles によって広く普及されました。方法はシンプルですが非常に効果的:ネイティブスピーカーの英語を聞きながら、1〜2秒の遅延で声に出してすぐに繰り返す——まるで「影(shadow)」のように話者を追いかけます。文法ドリルや受動的なリスニングと異なり、シャドーイングは脳と口の筋肉が同時にリアルタイムで英語を処理・再現することを強制します。研究により、発音精度、抑揚、リズム、連音、リスニング力、そして会話の流暢さが大幅に向上することが確認されています。IELTSスピーキング対策や自然な英語コミュニケーションを目指す方に特におすすめです。
