How can Docker run on different Linux distributions?

0

Docker directly works with Linux kernel-level libraries. In every Linux distribution, the Kernel is the same. Docker containers share the same kernel as the host kernel. Since all the distributions share the same Kernel, the container can run on any of these distributions.

Devops docker
asked Apr 30, 2023 at 22:58
Sign in to add a comment

0 Answers

0
📝 No answers yet!

Be the first to answer this interview question.

Your Answer

Sign in to post your answer and help the community.