Merge pull request #7265 from fuweid/dump-containerd-log-after-finish
Vagrantfile: dump containerd log after critest
This commit is contained in:
commit
4902059cb5
1
Vagrantfile
vendored
1
Vagrantfile
vendored
@ -259,6 +259,7 @@ EOF
|
||||
function cleanup()
|
||||
{
|
||||
journalctl -u containerd > /tmp/containerd.log
|
||||
cat /tmp/containerd.log
|
||||
systemctl stop containerd
|
||||
}
|
||||
selinux=$(getenforce)
|
||||
|
Loading…
Reference in New Issue
Block a user