Which of the following commands executes a command in a running LXC container?
Which functionality is provided by Vagrant as well as by Docker? (Choose three.)
Which of the following commands lists all differences between the disk images vm1-snap.img and vm1.img?
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?
How can data be shared between several virtual machines running on the same Linux-based host system?
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 of the following statements are true about container-based virtualization? (Choose two.)
What is the purpose of the commandvagrant init?
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 CPU flag indicates the hardware virtualization capability on an AMD CPU?
What is the purpose of thekubeletservice in Kubernetes?
Which of the following are true regarding the CPU of a QEMU virtual machine? (Choose two.)
Which of the following services can QEMU provide in a user network? (Choose three.)
Which of the following commands moves the libvirt domainweb1from the current host system to the host systemhost2?
Which of the following network interface types are valid in an LXD container configuration? (Choose three.)
Which of the following statements are true about sparse images in the context of virtual machine storage? (Choose two.)
What kind of virtualization is implemented by LXC?
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?