Sobes.tech
Junior — Middle

What kernel is used when launching a container?

sobes.tech AI

Answer from AI

When a container is launched, it uses the host operating system's kernel on which the container runs. Containers do not run their own kernel but isolate processes using OS kernel mechanisms such as namespaces and cgroups. Thus, containers share the same kernel with the host, providing lightweight virtualization.

What kernel is used when launching a container… - sobes.tech