Skip to content

Commit d73a021

Browse files
akristendvdksn
andauthored
Apply suggestions from code review
Co-authored-by: Alexa Kristensen <81787716+akristen@users.noreply.github.com> Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
1 parent c0fe3d0 commit d73a021

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

content/manuals/engine/network/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ routing table, DNS services, and other networking details.
2929
This page describes networking from the point of view of the container,
3030
and the concepts around container networking.
3131

32-
## Bridge network
32+
## Default network
3333

3434
When Docker Engine starts for the first time, it uses a single
3535
built-in network called the default bridge network. This means that when
@@ -43,8 +43,8 @@ with each other.
4343

4444
* By default, the bridge network gives your containers
4545
access to external networks through masquerading, or borrowing your Docker
46-
host's public IP address to make and receive requests from the Internet.
47-
* While your containers communicate on the bridge network, devices
46+
host's public IP address to make requests to and receive replies from the Internet.
47+
* While your containers communicate with each other on the bridge network, devices
4848
with access to your external network only see communication coming from and
4949
going to your containers with your Docker host's IP address.
5050

0 commit comments

Comments
 (0)