Merge pull request #187 from rneugeba/diag-up

diagnostics: Add daemon.json to the diagnistics tarball
This commit is contained in:
Justin Cormack 2016-06-08 13:54:18 +01:00
commit 35ee340e46

View File

@ -102,6 +102,7 @@ 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/cat", "/etc/docker/daemon.json")
run(t, w, "/bin/cat", "/etc/network/interfaces")
run(t, w, "/bin/cat", "/etc/resolv.conf")
run(t, w, "/bin/cat", "/etc/sysctl.conf")