Why do we use Docker on top of a virtual machine?
0
Generally, we use Docker on top of a virtual machine to ensure the isolation of the application. On a virtual machine, we can get the advantage of the security provided by the hypervisor. We can implement different security levels on a virtual machine. And Dockercanmake use of this to run the application at different security levels.
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.