Solved

When Building a Docker Image, You Are Searching Through a Persistent

Question 504

Multiple Choice

When building a Docker image, you are searching through a persistent data volume's logs to provide parameters for the next build. You execute the following command. Which of the operations will cause a failure of the Docker RUNcommand? RUN cat ./data/log/*.error | grep service_status | grep ERROR


A) the first grep command
B) any one of them
C) the second grep command
D) the cat command

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions