If a Dockerfile contains the following lines:
WORKDIR /
RUN cd /tmp
RUN echo test > test
where is the file test located?
Answer : C
Which CPU flag indicates the hardware virtualization capability on an AMD CPU?
Answer : C
Which of the following values would be valid in the FROM statement in a Dockerfile?
Answer : A
What command is used to run a process in a new Linux namespace? (Specify ONLY the command without any path or parameters.)
Answer : A
What is the default path to the Docker daemon configuration file on Linux? (Specify the full name of the file, Including path.)
Answer : A
How does Packer interact with system images?
Answer : E
Which of the following statements are true about container-based virtualization? (Choose two.)
Answer : B, D