An organization wants to run multiple isolated Linux-based systems on a single host for testing purposes. Which lightweight virtualization technology, operating at the container level, would be suitable?

  • Docker
  • KVM
  • VMware
  • Xen
Docker is a containerization platform that allows you to run multiple isolated instances on a single host efficiently. It's known for its lightweight nature and is widely used for testing and deployment.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *