Which of the following statements are true about container-based virtualization? (Choose two.)
B, D
How does Packer interact with system images?
E
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?
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?
D
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.)
lxc-top
Which of the following network interface types are valid in an LXD container configuration? (Choose
three.)
B, C, D
What happens when the following command is executed twice in succession?
docker run -tid -v data:/data debian bash
C
What is the purpose of the kubelet service in Kubernetes?
D
If docker stack is 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?
C
FILL BLANK
What LXC command starts a new process within a running LXC container? (Specify ONLY the
command without any path or parameters.)
lxc-attach