LPI 305-300 Practice Test - Questions Answers, Page 4
List of questions
Related questions
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?
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?
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 network interface types are valid in an LXD container configuration? (Choose three.)
What happens when the following command is executed twice in succession?
docker run -tid -v data:/data debian bash
What is the purpose of the kubelet service in Kubernetes?
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?
What LXC command starts a new process within a running LXC container? (Specify ONLY the command without any path or parameters.)
Which of the following commands executes a command in a running LXC container?
Which of the following statements in a Dockerfile leads to a container which outputs hello world? (Choose two.)
Question