Skip to main content
added 14 characters in body
Source Link

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 hosthost is enough?

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 on the host is enough?

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?

Source Link

Kernel security patches are not needed in Docker containers?

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 on the host is enough?