1
00:00:02,180 --> 00:00:04,910
Now I wanna take the time and have a look

2
00:00:04,910 --> 00:00:07,770
at how we can configure and manage

3
00:00:07,770 --> 00:00:10,080
our images and containers.

4
00:00:10,080 --> 00:00:12,900
Because thus far, we saw how we can build an image

5
00:00:12,900 --> 00:00:16,560
and how we can run a container, how we can stop a container,

6
00:00:16,560 --> 00:00:21,010
but there is more we can do and more we should be aware of.

7
00:00:21,010 --> 00:00:25,710
And in general, one very important hint or note

8
00:00:25,710 --> 00:00:30,610
you should be aware of, is that on any Docker command,

9
00:00:30,610 --> 00:00:35,610
you can add dash-dash-help to see all available options.

10
00:00:35,800 --> 00:00:38,780
Now, there will be tons of options which you never

11
00:00:38,780 --> 00:00:43,200
or only rarely need, but you will see all available ways

12
00:00:43,200 --> 00:00:45,230
of running a certain command

13
00:00:45,230 --> 00:00:47,450
or of configuring a certain command,

14
00:00:47,450 --> 00:00:49,930
by adding dash-dash-help.

15
00:00:49,930 --> 00:00:52,120
That's an important hint.

16
00:00:52,120 --> 00:00:56,130
In the next lectures, we'll focus on a couple of core

17
00:00:56,130 --> 00:01:01,130
configuration options and core features built into Docker.

18
00:01:01,510 --> 00:01:04,010
We will learn how we can tag,

19
00:01:04,010 --> 00:01:06,840
which basically means name images.

20
00:01:06,840 --> 00:01:10,060
We will learn how we can list the images we created

21
00:01:10,060 --> 00:01:14,200
in the past, how we can analyze and inspect images,

22
00:01:14,200 --> 00:01:16,960
and also how we can remove and clear images

23
00:01:16,960 --> 00:01:18,793
if we no longer need them.

24
00:01:19,830 --> 00:01:22,700
We will also have a closer look at containers

25
00:01:22,700 --> 00:01:25,760
and learn how we can name containers,

26
00:01:25,760 --> 00:01:28,870
how we can configure them in detail,

27
00:01:28,870 --> 00:01:31,210
how we can control them in detail,

28
00:01:31,210 --> 00:01:33,600
and we'll use dash-dash-help for that

29
00:01:33,600 --> 00:01:35,950
to see various options there.

30
00:01:35,950 --> 00:01:39,280
We'll have another look at listing containers,

31
00:01:39,280 --> 00:01:41,280
running and stopped containers,

32
00:01:41,280 --> 00:01:44,040
we'll also see how we can restart containers

33
00:01:44,040 --> 00:01:45,940
that we stopped in the past,

34
00:01:45,940 --> 00:01:49,440
and we will also learn how we can remove containers

35
00:01:49,440 --> 00:01:51,140
after they have been stopped

36
00:01:51,140 --> 00:01:53,500
when we don't need them anymore.

37
00:01:53,500 --> 00:01:55,760
So that's a broad variety of things

38
00:01:55,760 --> 00:01:57,690
we can do with images and containers.

39
00:01:57,690 --> 00:01:58,763
Let's dive in.

