I have an application distributed as docker image basing on CentOS 7.
Also my host machine running the docker contains is CentOS 7.
Recently RedHat released 5 important patches to fix kernel flaws.
I have yum update
the host machine
Do I need update the docker image with yum update
?
I guess kernel flaws won't affect docker containers, right?