Skip to content

Instantly share code, notes, and snippets.

@garar
Created February 19, 2023 19:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save garar/3064507dcf4fda232d712f413b24c25f to your computer and use it in GitHub Desktop.
Save garar/3064507dcf4fda232d712f413b24c25f to your computer and use it in GitHub Desktop.
[19/02/23 | 20:22] /tmp/munin/log ➜ docker container run -it alpine /bin/ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8): 56 data bytes
64 bytes from 8.8.8.8: seq=0 ttl=118 time=5.513 ms
64 bytes from 8.8.8.8: seq=1 ttl=118 time=5.287 ms
64 bytes from 8.8.8.8: seq=2 ttl=118 time=5.280 ms
^C
--- 8.8.8.8 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 5.280/5.360/5.513 ms
^[[A#
Execution time: 0h:00m:04s sec
[19/02/23 | 20:22] /tmp/munin/log ➜ docker container run -it alpine /bin/ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8): 56 data bytes
^C
--- 8.8.8.8 ping statistics ---
8 packets transmitted, 0 packets received, 100% packet loss
Execution time: 0h:00m:08s sec
[19/02/23 | 20:23] /tmp/munin/log
[19/02/23 | 20:23] /tmp/munin/log ➜ cat /etc/sysctl.conf
# Defaults are configured in /etc/sysctl.d/* and can be customized in this file
net.core.rmem_max=2500000
kernel.dmesg_restrict=0
net.bridge.bridge-nf-call-ip6tables=0
net.bridge.bridge-nf-call-iptables=0
[19/02/23 | 20:24] /tmp/munin/log ➜
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment