mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-29 05:27:41 +00:00
Merge pull request #187 from rneugeba/diag-up
diagnostics: Add daemon.json to the diagnistics tarball
This commit is contained in:
commit
35ee340e46
@ -102,6 +102,7 @@ func capture(w *tar.Writer) {
|
|||||||
run(t, w, "/bin/ls", "-l", "/var/lib/docker")
|
run(t, w, "/bin/ls", "-l", "/var/lib/docker")
|
||||||
run(t, w, "/usr/bin/diagnostics")
|
run(t, w, "/usr/bin/diagnostics")
|
||||||
run(t, w, "/bin/ping", "-w", "5", "8.8.8.8")
|
run(t, w, "/bin/ping", "-w", "5", "8.8.8.8")
|
||||||
|
run(t, w, "/bin/cat", "/etc/docker/daemon.json")
|
||||||
run(t, w, "/bin/cat", "/etc/network/interfaces")
|
run(t, w, "/bin/cat", "/etc/network/interfaces")
|
||||||
run(t, w, "/bin/cat", "/etc/resolv.conf")
|
run(t, w, "/bin/cat", "/etc/resolv.conf")
|
||||||
run(t, w, "/bin/cat", "/etc/sysctl.conf")
|
run(t, w, "/bin/cat", "/etc/sysctl.conf")
|
||||||
|
Loading…
Reference in New Issue
Block a user