Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 2a3cd44

Browse files
author
Mano Marks
authored
Merge pull request #386 from ManoMarks/master
updating bridge networking lab to ping dockercon.com
2 parents 291a2c6 + b918102 commit 2a3cd44

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

networking/A2-bridge-networking.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ rtt min/avg/max/mdev = 0.049/0.053/0.069/0.012 ms
132132
Press `Ctrl-C` to stop the ping. The replies above show that the Docker host can ping the container over the **bridge** network.
133133

134134
Log in to the container, install the `ping`
135-
program and ping `www.docker.com`.
135+
program and ping `www.dockercon.com`.
136136

137137
```
138138
# Get the ID of the container started in the previous step.
@@ -151,14 +151,14 @@ root@6dd93d6cdc80:/# apt-get update
151151
Reading package lists... Done
152152
<Snip>
153153
154-
# Ping www.docker.com from within the container
155-
root@6dd93d6cdc80:/# ping www.docker.com
156-
PING www.docker.com (104.239.220.248) 56(84) bytes of data.
154+
# Ping www.dockercon.com from within the container
155+
root@6dd93d6cdc80:/# ping www.dockercon.com
156+
PING www.dockercon.com (104.239.220.248) 56(84) bytes of data.
157157
64 bytes from 104.239.220.248: icmp_seq=1 ttl=39 time=93.9 ms
158158
64 bytes from 104.239.220.248: icmp_seq=2 ttl=39 time=93.8 ms
159159
64 bytes from 104.239.220.248: icmp_seq=3 ttl=39 time=93.8 ms
160160
^C
161-
--- www.docker.com ping statistics ---
161+
--- www.dockercon.com ping statistics ---
162162
3 packets transmitted, 3 received, 0% packet loss, time 2002ms
163163
rtt min/avg/max/mdev = 93.878/93.895/93.928/0.251 ms
164164
```

0 commit comments

Comments
 (0)