What is the default provider of Vagrant?
Answer : C
What is the purpose of cloud-init?
Answer : E
Which directory is used by cloud-init to store status information and configuration information retrieved from external sources?
Answer : A
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
What is the purpose of the packer inspect subcommand?
Answer : E
How does Packer interact with system images?
Answer : E
Which command within virsh lists the virtual machines that are running on the current host?
Answer : C