Skip to content

Commit b918102

Browse files
committed
updating bridge networking lab to ping dockercon.com instead of docker.com
1 parent 291a2c6 commit b918102

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: networking/A2-bridge-networking.md

+5-5
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)