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
Select an option, then click Submit answer.
-
○
the first grep command
-
○
any one of them
-
○
the second grep command
-
○
the cat command