Skip to content

Commit 1786d31

Browse files
committed
feedback
1 parent ee58799 commit 1786d31

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

content/manuals/engine/network/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ runs a container in that network:
6969

7070
```console
7171
$ docker network create -d bridge my-net
72-
$ docker run --network=my-net -it --name=container3 busybox
72+
$ docker run --network=my-net -it busybox
7373
```
7474

7575
### Drivers

content/manuals/engine/network/drivers/bridge.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ addresses in the network's subnets. By default, it:
2424
container ports and ports on host IP addresses. The published ports
2525
can be accessed from outside the Docker host, on its IP addresses.
2626

27-
In terms of networking, a bridge network is a Link Layer device
28-
which forwards traffic between network segments. A bridge can be a hardware
29-
device or a software device running within a host machine's kernel.
30-
3127
In terms of Docker, a bridge network uses a software bridge which lets
3228
containers connected to the same bridge network communicate, while providing
3329
isolation from containers that aren't connected to that bridge network. By

0 commit comments

Comments
 (0)