LPI 305-300 Practice Test - Questions Answers, Page 4
 Add to Whishlist
 
                            Add to Whishlist
                        List of questions
Question 31
 
                            
                            
                                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?
Question 32
 
                            
                            
                                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?
Question 33
 
                            
                            
                                What LXC command lists containers sorted by their CPU, block I/O or memory consumption? (Specify ONLY the command without any path or parameters.)
Question 34
 
                            
                            
                                Which of the following network interface types are valid in an LXD container configuration? (Choose three.)
Question 35
 
                            
                            
                                What happens when the following command is executed twice in succession?
docker run -tid -v data:/data debian bash
Question 36
 
                            
                            
                                What is the purpose of the kubelet service in Kubernetes?
Question 37
 
                            
                            
                                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?
Question 38
 
                            
                            
                                What LXC command starts a new process within a running LXC container? (Specify ONLY the command without any path or parameters.)
Question 39
 
                            
                            
                                Which of the following commands executes a command in a running LXC container?
Question 40
 
                            
                            
                                Which of the following statements in a Dockerfile leads to a container which outputs hello world? (Choose two.)
 
         Unlock Premium Member
  Unlock Premium Member
                                    


 
  
                                            
Question