mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 02:51:55 +00:00
diagnose: try a ping, grab /etc/resolv.conf and route -n
Signed-off-by: David Scott <dave.scott@docker.com>
This commit is contained in:
parent
75f60eca3c
commit
a97038273e
@ -11,12 +11,15 @@ ps uax > "ps -aux"
|
||||
netstat -an > "netstat -an"
|
||||
iptables -L > "iptables -L"
|
||||
ifconfig -a > "ifconfig -a"
|
||||
route -n > "route -n"
|
||||
brctl show > "brctl show"
|
||||
dmesg > dmesg
|
||||
timeout -t 2 docker ps > "docker ps"
|
||||
mount > "mount"
|
||||
df > "df"
|
||||
/usr/bin/diagnostics > "diagnostics"
|
||||
ping -w 5 8.8.8.8 &> "ping -w 5 8.8.8.8"
|
||||
cp /etc/resolv.conf .
|
||||
dig docker.com > "dig docker.com"
|
||||
wget -O - http://www.docker.com/ &> "wget docker.com"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user