If aDockerfilecontains the following lines:
WORKDIR /
RUN cd /tmp
RUN echo test > test
where is the filetestlocated?
Which of the following commands lists all differences between the disk images vm1-snap.img and vm1.img?
Which of the following statements in aDockerfileleads to a container which outputs hello world? (Choose two.)
Which of the following statements are true regarding a Pod in Kubernetes? (Choose two.)
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/datavolume with the datastore container?
Which of the following statements are true about container-based virtualization? (Choose two.)
Which of the following statements is true regarding the following output ofxl list:

In an IaaS cloud, what is a common method for provisioning new computing instances with an operating system and software?
FILL BLANK
What is the default path to the Docker daemon configuration file on Linux? (Specify the full name of the file,Including path.)
FILL BLANK
Which subcommand ofvirshopens the XML configuration of a virtual network in an editor in order to make changes to that configuration? (Specify ONLY the subcommand without any parameters.)
Which of the following mechanisms are used by LXC and Docker to create containers? (Choose three.)
Which of the following tasks are part of a hypervisor’s responsibility? (Choose two.)
Which of the following resources can be limited by libvirt for a KVM domain? (Choose two.)