Computer Science, asked by kowsickrajakowsick, 1 year ago

a container engine creates virtual machine? yes/ no

Answers

Answered by aqibkincsem
0

"A container engine creates virtual machine, this statement is True. Containers and virtual machines are two ways to deploy multiple, isolated services on a single platform.

A Virtual machine provides an abstract machine that uses device drivers targeting the abstract machine, while a container provides an abstract Operating System.

"

Answered by hotelcalifornia
0

Answer:

No, a container engine cannot create a virtual machine.

Explanation:

Containers:

Containers are usually used in isolated environment. These are software which are developed, deployed and tested in an isolated environment. The entire app can be accessed without affecting other software apps or components.

Virtual machine:

Virtual machines are the machines which has all the infrastructure like a real system but these will be available in the remote or isolated environment. It provides all the functionality similar to a Physical system.

Similar questions