Практика 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 — метода, разработанного для подготовки профессиональных переводчиков.

Слушайте каждое предложение, обращайте внимание на ударения и связывание звуков, затем повторяйте вслух уверенно. 15–30 минут ежедневной практики дадут заметные результаты.

Что такое техника Shadowing?

Shadowing — это научно обоснованная техника изучения языка, изначально разработанная для подготовки профессиональных переводчиков и популяризированная полиглотом доктором Александром Аргуэльесом. Метод прост, но эффективен: вы слушаете аудио на английском от носителей языка и немедленно повторяете вслух — как тень, следующая за говорящим с задержкой в 1–2 секунды. В отличие от пассивного прослушивания или грамматических упражнений, Shadowing заставляет мозг и мышцы рта одновременно обрабатывать и воспроизводить реальные речевые паттерны. Исследования показывают, что это значительно улучшает точность произношения, интонацию, ритм, связную речь, понимание на слух и беглость речи — что делает его одним из самых эффективных методов для подготовки к IELTS Speaking и реального общения на английском.