but, immediately after running the container, host reboots. I know that it's because of the cadvisor because reboot does not happen if I don't run cadvisor.
From your description it seems to be kernel panic. To be able to fully understand the cause you would have to look into kernel crash dump and try to figure out what is going on.
Hi there,
I install
cadvisor
as part of CentOS 7 container by following command:where
CADVISOR_VERSION
is0.37.0
.I run it with:
but, immediately after running the container, host reboots. I know that it's because of the
cadvisor
because reboot does not happen if I don't runcadvisor
.Host is CentOS 7 too.
What could go wrong here?
Thanks for help!