List of questions
Related questions
Question 462 - DOP-C01 discussion
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
Your answer:
0 comments
Sorted by
Leave a comment first