1
00:00:02,180 --> 00:00:04,850
<v Instructor>So, by now we got Docker installed</v>

2
00:00:04,850 --> 00:00:07,490
and we're all set to dive into Docker.

3
00:00:07,490 --> 00:00:11,030
And that's exactly what we're going to do in this module.

4
00:00:11,030 --> 00:00:15,400
This module is about the two core concepts,

5
00:00:15,400 --> 00:00:19,110
the two fundamental concepts you got to know

6
00:00:19,110 --> 00:00:22,330
and you got to understand if you learn Docker

7
00:00:22,330 --> 00:00:23,750
and if you wanna work with it

8
00:00:23,750 --> 00:00:27,620
and that will be images and containers.

9
00:00:27,620 --> 00:00:30,460
Now, we already heard about containers

10
00:00:30,460 --> 00:00:32,740
in the first course module.

11
00:00:32,740 --> 00:00:34,550
In this course module,

12
00:00:34,550 --> 00:00:37,320
we will also learn about images

13
00:00:37,320 --> 00:00:42,320
and we will explore how images are related to containers

14
00:00:42,820 --> 00:00:46,090
and how you need both to work with Docker.

15
00:00:46,090 --> 00:00:47,560
In this module,

16
00:00:47,560 --> 00:00:52,440
we will learn how we can use pre-built and custom images

17
00:00:52,440 --> 00:00:54,640
and what the difference will be.

18
00:00:54,640 --> 00:00:57,180
And most importantly, of course,

19
00:00:57,180 --> 00:00:59,540
we will learn how we can create,

20
00:00:59,540 --> 00:01:03,480
run and manage Docker containers.

21
00:01:03,480 --> 00:01:06,050
So, with that let's dive right in,

22
00:01:06,050 --> 00:01:09,560
let's understand what images and containers are

23
00:01:09,560 --> 00:01:10,870
and how we can work

24
00:01:10,870 --> 00:01:14,510
with these concepts to ultimately use Docker

