cws@master-k8s:~$ ping 192.168.47.145
PING 192.168.47.145(192.168.47.145)56(84) bytes of data.64 bytes from 192.168.47.145: icmp_seq=1 ttl=64 time=0.459 ms
64 bytes from 192.168.47.145: icmp_seq=2 ttl=64 time=0.355 ms
64 bytes from 192.168.47.145: icmp_seq=3 ttl=64 time=1.76 ms
64 bytes from 192.168.47.145: icmp_seq=4 ttl=64 time=0.346 ms
64 bytes from 192.168.47.145: icmp_seq=5 ttl=64 time=0.375 ms
^C
---192.168.47.145 ping statistics ---5 packets transmitted,5 received,0% packet loss, time 4070ms
rtt min/avg/max/mdev =0.346/0.659/1.760/0.551 ms
cws@master-k8s:~$ ping www.baidu.com
PING www.a.shifen.com (163.177.151.110)56(84) bytes of data.64 bytes from 163.177.151.110(163.177.151.110): icmp_seq=1 ttl=128 time=7.83 ms
64 bytes from 163.177.151.110(163.177.151.110): icmp_seq=2 ttl=128 time=8.11 ms
64 bytes from 163.177.151.110(163.177.151.110): icmp_seq=3 ttl=128 time=7.75 ms
64 bytes from 163.177.151.110(163.177.151.110): icmp_seq=4 ttl=128 time=8.01 ms
64 bytes from 163.177.151.110(163.177.151.110): icmp_seq=5 ttl=128 time=7.80 ms
^C
--- www.a.shifen.com ping statistics ---5 packets transmitted,5 received,0% packet loss, time 4005ms
rtt min/avg/max/mdev =7.759/7.904/8.111/0.145 ms
cws@master-k8s:~$ sudo docker run hello-world
Unable to find image 'hello-world:latest' locally
latest: Pulling from library/hello-world
0e03bdcc26d7: Pull complete
Digest: sha256:31b9c7d48790f0d8c50ab433d9c3b7e17666d6993084c002c2ff1ca09b96391d
Status: Downloaded newer image for hello-world:latestHello from Docker!
This message shows that your installation appears to be working correctly.To generate this message, Docker took the following steps:1. The Docker client contacted the Docker daemon.2. The Docker daemon pulled the "hello-world" image from the Docker Hub.(amd64)3. The Docker daemon created a new container from that image which runs theexecutable that produces the output you are currently reading.4. The Docker daemon streamed that output to the Docker client, which sent itto your terminal.To try something more ambitious, you can run an Ubuntu container with:$ docker run -it ubuntu bashShare images, automate workflows,and more with a free Docker ID:https://hub.docker.com/For more examples and ideas, visit:https://docs.docker.com/get-started/