Guest User

Untitled

a guest
Jun 25th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. eduardo@debian:~$ docker run -it --rm busybox
  2. / # ping 8.8.8.8
  3. PING 8.8.8.8 (8.8.8.8): 56 data bytes
  4. 64 bytes from 8.8.8.8: seq=0 ttl=54 time=32.611 ms
  5. 64 bytes from 8.8.8.8: seq=1 ttl=54 time=16.220 ms
  6. ^C
  7. --- 8.8.8.8 ping statistics ---
  8. 2 packets transmitted, 2 packets received, 0% packet loss
  9. round-trip min/avg/max = 16.220/24.415/32.611 ms
  10. / # eduardo@debian:~$ docker run -it --rm busybox
  11. / # ping 8.8.8.8
  12. PING 8.8.8.8 (8.8.8.8): 56 data bytes
  13. ^C
  14. --- 8.8.8.8 ping statistics ---
  15. 6 packets transmitted, 0 packets received, 100% packet loss
  16. / # exit
  17. eduardo@debian:~$ sudo service docker restart
  18. eduardo@debian:~$ docker run -it --rm busybox
  19. / # ping 8.8.8.8
  20. PING 8.8.8.8 (8.8.8.8): 56 data bytes
  21. 64 bytes from 8.8.8.8: seq=0 ttl=54 time=12.769 ms
  22. 64 bytes from 8.8.8.8: seq=1 ttl=54 time=13.807 ms
  23. ^C
  24. --- 8.8.8.8 ping statistics ---
  25. 2 packets transmitted, 2 packets received, 0% packet loss
  26. round-trip min/avg/max = 12.769/13.288/13.807 ms
  27. / # exit
  28. eduardo@debian:~$ docker run -it --rm busybox
  29. / # ping 8.8.8.8
  30. PING 8.8.8.8 (8.8.8.8): 56 data bytes
  31. ^C
  32. --- 8.8.8.8 ping statistics ---
  33. 4 packets transmitted, 0 packets received, 100% packet loss
  34. / # eduardo@debian:~$
  35.  
  36. Linux debian 4.9.0-4-amd64 #1 SMP Debian 4.9.65-3+deb9u1 (2017-12-23) x86_64 GNU/Linux
  37.  
  38. 17.12.0-ce, build c97c6d6
  39. 18.03.1-ce, build 9ee9f40
Add Comment
Please, Sign In to add comment