What happens when the following command is executed twice in succession?
docker run -tid -v data:/data debian bash
FILL BLANK
What LXC command lists containers sorted by their CPU, block I/O or memory consumption? (Specify ONLY the command without any path or parameters.)
Virtualization of which hardware component is facilitated by CPUs supporting nested page table extensions, such as Intel Extended Page Table (EPT) or AMD Rapid Virtualization Indexing (RVI)?
Which of the following tasks are part of a hypervisor’s responsibility? (Choose two.)
What kind of virtualization is implemented by LXC?
How can data be shared between several virtual machines running on the same Linux-based host system?
What is the purpose of a .dockerignore file?
Which file format is used by libvirt to store configuration data?
Which of the following statements in aDockerfileleads to a container which outputs hello world? (Choose two.)
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 of the following services can QEMU provide in a user network? (Choose three.)
Which of the following values are valid in thefirmwareattribute of a
In an IaaS cloud, what is a common method for provisioning new computing instances with an operating system and software?
Which command within virsh lists the virtual machines that are running on the current host?
Which of the following commands lists all differences between the disk images vm1-snap.img and vm1.img?
Which of the following are true regarding the CPU of a QEMU virtual machine? (Choose two.)
After creating a new Docker network using the following command:
docker network create --driver bridge isolated_nw
which parameter must be added todocker createin order to attach a container to the network?
Which of the following devices exist by default in an LXC container? (Choose three.)