LPI 305-300 - LPIC-3: Virtualization and Containerization - Exam 305, version 3.0
What happens when the following command is executed twice in succession?
docker run -tid -v data:/data debian bash
What is the purpose of the packer inspect subcommand?
Which of the following tasks are part of a hypervisor’s responsibility? (Choose two.)
How does Packer interact with system images?
Which of the following resources can be limited by libvirt for a KVM domain? (Choose two.)
Which of the following statements in aDockerfileleads to a container which outputs hello world? (Choose two.)
What is the purpose of the commandvagrant init?
Which command within virsh lists the virtual machines that are running on the current host?
In an IaaS cloud, what is a common method for provisioning new computing instances with an operating system and software?
Which of the following values would be valid in the FROM statement in aDockerfile?