1
00:00:02,180 --> 00:00:04,320
Now that we've covered a lot of basics

2
00:00:04,320 --> 00:00:06,510
about images and containers

3
00:00:06,510 --> 00:00:11,510
and now that we all also know how we can persist data inside

4
00:00:11,970 --> 00:00:14,870
of a container and how we can work with volumes,

5
00:00:14,870 --> 00:00:17,520
we'll dive into a never key concept

6
00:00:17,520 --> 00:00:20,060
which you will need in most applications

7
00:00:20,060 --> 00:00:23,600
you're going to dockerize and that will be networks

8
00:00:23,600 --> 00:00:28,330
and how you can use networks from inside your containers.

9
00:00:28,330 --> 00:00:30,450
Now with networks here,

10
00:00:30,450 --> 00:00:34,080
i really mean how you can connect multiple containers,

11
00:00:34,080 --> 00:00:36,400
how you can let them talk to each other

12
00:00:36,400 --> 00:00:39,380
but also how you could connect an application

13
00:00:39,380 --> 00:00:43,000
running in a container to your local host machine.

14
00:00:43,000 --> 00:00:45,870
And for example, send HTTP requests

15
00:00:45,870 --> 00:00:48,530
to some other service running on your machine.

16
00:00:48,530 --> 00:00:52,320
And also how you can reach out to the world wide web

17
00:00:52,320 --> 00:00:54,370
from inside your container.

18
00:00:54,370 --> 00:00:56,400
Specifically in this module,

19
00:00:56,400 --> 00:00:59,340
we are going to explore which kinds

20
00:00:59,340 --> 00:01:04,340
of networks we have or where you might want to send requests

21
00:01:05,140 --> 00:01:07,550
to from inside your containers.

22
00:01:07,550 --> 00:01:09,410
And we're going to explore how

23
00:01:09,410 --> 00:01:12,230
we can connect multiple containers

24
00:01:12,230 --> 00:01:14,603
so that they can interact with each other.

