In an IaaS cloud, what is a common method for provisioning new computing instances with an operating system and software?
What kind of virtualization is implemented by LXC?
What is the purpose of thekubeletservice in Kubernetes?
FILL BLANK
What is the default path to the Docker daemon configuration file on Linux? (Specify the full name of the file,Including path.)
Which of the following statements are true regarding VirtualBox?
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?
Which functionality is provided by Vagrant as well as by Docker? (Choose three.)
Ifdocker stackis to be used to run a Docker Compose file on a Docker Swarm, how are the images referenced in the Docker Compose configuration made available on the Swarm nodes?
What is the purpose of a .dockerignore file?
Which of the following statements are true regarding a Pod in Kubernetes? (Choose two.)
FILL BLANK
What command is used to run a process in a new Linux namespace? (Specify ONLY the command without any path or parameters.)
Which file format is used by libvirt to store configuration data?
What is the purpose of the commandvagrant init?
Which of the following values would be valid in the FROM statement in aDockerfile?
Which of the following statements about the commandlxc-checkpointis correct?
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 directory is used bycloud-initto store status information and configuration information retrieved from external sources?
What happens when the following command is executed twice in succession?
docker run -tid -v data:/data debian bash