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.)
Which of the following devices exist by default in an LXC container? (Choose three.)
What kind of virtualization is implemented by LXC?
Which of the following commands deletes all volumes which are not associated with a container?
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 is true regarding networking with libvirt?
Which of the following commands boots a QEMU virtual machine using hardware virtualization extensions?
What is true aboutcontainerd?
FILL BLANK
What LXC command starts a new process within a running LXC container? (Specify ONLY the command without any path or parameters.)
What is the default provider of Vagrant?
Which statement is true regarding the Linux kernel module that must be loaded in order to use QEMU with hardware virtualization extensions?
Which file format is used by libvirt to store configuration data?
If aDockerfilecontains the following lines:
WORKDIR /
RUN cd /tmp
RUN echo test > test
where is the filetestlocated?
What is the purpose of the packer inspect subcommand?
Which of the following are true regarding the CPU of a QEMU virtual machine? (Choose two.)
What is the purpose ofcloud-init?
Which CPU flag indicates the hardware virtualization capability on an AMD CPU?