Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • 1
    Are you running those commands in a container or on the host? If it installed a new kernel, did you reboot? Commented Aug 9, 2021 at 22:15
  • On the host, and yes for the reboot, I'll clarify that. Commented Aug 9, 2021 at 22:19
  • 1
    If, after the reboot a uname -r shows 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. Commented Aug 9, 2021 at 22:22
  • I tried and yes, the kernel versions for the host and container are in sync, before and after updating the host. Thank you! Commented Aug 9, 2021 at 23:40