LPI 305-300 LPIC-3: Virtualization and Containerization - Exam 305, version 3.0 Exam Practice Test

Page: 1 / 14
Total 60 questions
Question 1

If a Dockerfile contains the following lines:

WORKDIR /

RUN cd /tmp

RUN echo test > test

where is the file test located?



Answer : C


Question 2

Which CPU flag indicates the hardware virtualization capability on an AMD CPU?



Answer : C


Question 3

Which of the following values would be valid in the FROM statement in a Dockerfile?



Answer : A


Question 4

What command is used to run a process in a new Linux namespace? (Specify ONLY the command without any path or parameters.)



Answer : A


Question 5

What is the default path to the Docker daemon configuration file on Linux? (Specify the full name of the file, Including path.)



Answer : A


Question 6

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


Question 7

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


Page:    1 / 14   
Total 60 questions