The host and the Docker container use the same kernel, so applying the security patch to the host should be enough, right?
Example: the CVE-2021-33909 vunerability: https://ubuntu.com/security/CVE-2021-33909. On Ubuntu, running apt-get update && apt-get dist-upgrade && reboot on the host is enough?
uname -rshows the new kernel version, then you're running the updated kernel. Since the host and containers share the same kernel, that applies to the containers too.