Containerization and Virtualization

1234567
Across
  1. 3. is a text document containing all the commands the user requires to call on the command line to assemble an image.
  2. 5. is a set of file system changes, and every Dockerfile instruction enriches the image with a new one.
  3. 7. is the open source implementation for storing and distributing container images and other content.
Down
  1. 1. is a software that you can use to run multiple virtual machines on a single physical machine.
  2. 2. is a runtime environment with all the necessary components—like code, dependencies, and libraries—needed to run the application code without using host machine dependencies.
  3. 4. is a machine emulator that can run operating systems and programs for one machine on a different machine.
  4. 6. is the most important part of the operating system.