After setting up a data container using the following command:
docker create -v /data --name datastore debian /bin/true
how is an additional new container started which shares the /data volume with the datastore container?
Answer : C
How does Packer interact with system images?
Answer : E
What is the default provider of Vagrant?
Answer : C
In order to use the option dom0_mem to limit the amount of memory assigned to the Xen Domain-0, where must this option be specified?
Answer : A
What is the purpose of cloud-init?
Answer : E
Which command within virsh lists the virtual machines that are running on the current host?
Answer : C
What is the purpose of the command vagrant init?
Answer : C