mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-11 20:41:10 +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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user