File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
content/manuals/engine/network Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ runs a container in that network:
69
69
70
70
``` console
71
71
$ 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
73
73
```
74
74
75
75
### Drivers
Original file line number Diff line number Diff line change @@ -24,10 +24,6 @@ addresses in the network's subnets. By default, it:
24
24
container ports and ports on host IP addresses. The published ports
25
25
can be accessed from outside the Docker host, on its IP addresses.
26
26
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
-
31
27
In terms of Docker, a bridge network uses a software bridge which lets
32
28
containers connected to the same bridge network communicate, while providing
33
29
isolation from containers that aren't connected to that bridge network. By
You can’t perform that action at this time.
0 commit comments