What is the default provider of Vagrant?
Show answer and explanation
Correct answer: C
305-300 Real Exam Questions
60 questions available · Page 1 of 6
Updated Exam DumpsVerified AnswersPass Guarantee
What is the default provider of Vagrant?
Correct answer: C
Which directory is used bycloud-initto store status information and configuration information retrieved from external sources?
Correct answer: A
A clone of a previously used virtual machine should be created. All VM specific information, such as user accounts, shell histories and SSH host keys should be removed from the cloned disk image.
Which of the following tools can perform these tasks?
Correct answer: E
Which of the following commands deletes all volumes which are not associated with a container?
Correct answer: C
What is the purpose of capabilities in the context of container virtualization?
Correct answer: E
In order to use the optiondom0_memto limit the amount of memory assigned to the Xen Domain-0, where must this option be specified?
Correct answer: A
Which of the following statements in aDockerfileleads to a container which outputs hello world? (Choose two.)
Correct answers: B, C
Which of the following statements are true regarding VirtualBox?
Correct answer: D
Which of the following are true regarding the CPU of a QEMU virtual machine? (Choose two.)
Correct answers: A, E
What happens when the following command is executed twice in succession?
docker run -tid -v data:/data debian bash
Correct answer: C