mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-24 11:25:40 +00:00
diagnostics: run iptables-save
This is more complete than `iptables -t nat -L` Signed-off-by: David Scott <dave.scott@docker.com>
This commit is contained in:
parent
5057a0cc54
commit
9608c4aaf0
@ -12,7 +12,7 @@ date > "date"
|
||||
uname -a > "uname -a"
|
||||
ps uax > "ps -aux"
|
||||
netstat -tulpn > "netstat -tulpn"
|
||||
iptables -t nat -L > "iptables -t nat -L"
|
||||
iptables-save > "iptables-save"
|
||||
ifconfig -a > "ifconfig -a"
|
||||
route -n > "route -n"
|
||||
brctl show > "brctl show"
|
||||
|
Loading…
Reference in New Issue
Block a user