mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-24 19:28:09 +00:00
diagnostics: dump more config files
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
1fa702886b
commit
59ed40b5ed
@ -102,7 +102,9 @@ func capture(w *tar.Writer) {
|
||||
run(t, w, "/bin/ls", "-l", "/var/lib/docker")
|
||||
run(t, w, "/usr/bin/diagnostics")
|
||||
run(t, w, "/bin/ping", "-w", "5", "8.8.8.8")
|
||||
run(t, w, "/bin/cp", "/etc/resolv.conf", ".")
|
||||
run(t, w, "/bin/cat", "/etc/network/interfaces")
|
||||
run(t, w, "/bin/cat", "/etc/resolv.conf")
|
||||
run(t, w, "/bin/cat", "/etc/sysctl.conf")
|
||||
run(t, w, "/usr/bin/dig", "docker.com")
|
||||
run(t, w, "/usr/bin/wget", "-O", "-", "http://www.docker.com/")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user