Do you know that you can access more real exam questions via Premium Access? ()
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 /data volume with the datastore container?
Answer : C
After creating a new Docker network using the following command:
docker network create --driver bridge isolated_nw
which parameter must be added to docker create in order to attach a container to the network?
Answer : D
What LXC command lists containers sorted by their CPU, block I/O or memory consumption? (Specify ONLY the command without any path or parameters.)
Answer : A
Which of the following network interface types are valid in an LXD container configuration? (Choose three.)
Answer : B, C, D
Which of the following commands boots a QEMU virtual machine using hardware virtualization extensions?
Answer : D