Multiple Choice
Given the following excerpt of a Dockerfile : Run apt-get -y update && apt-get install -y fortunes && apt-get clean Why are the multiple apt-get commands combined in one RUN statement instead of using multiple RUN statements?
A) To prevent the commands from running in parallel because Docker executes all RUN statements in their own container at the same time.
B) To ensure the execution order of the commands because Docker might evaluate the statements of a Dockerfile in any order. To ensure the execution order of the commands because Docker might evaluate the statements of a in any order.
C) To avoid the creation of unnecessary images because Docker creates a new image for each RUN statement. To avoid the creation of unnecessary images because Docker creates a new image for each RUN statement.
D) To execute both commands in the same container instance and void Docker to reset the container to the original base image.
E) To execute the apt-get install command only if the apt-get update command was successful because Docker does not check the success of RUN statements. To execute the apt-get install command only if the apt-get update command was successful because Docker does not check the success of statements.
Correct Answer:

Verified
Correct Answer:
Verified
Q1: An Ansible variable file contains the following
Q3: A declarative Jenkins pipeline contains the following
Q4: A service should be provided to arbitrary
Q5: Which statements are true regarding databases during
Q6: A recently installed application writes log data
Q7: The file index.php , which is being
Q8: Which of the following statements is true
Q9: Which of the following container names could
Q10: How does Vagrant run virtual machines?<br>A) Vagrant
Q11: Which Ansible keyword is used in a