Docker Pipeline Quiz
Test your knowledge and understanding by taking a quiz on the Docker pipeline.
We'll cover the following...
1
Why is -y needed for this command?
RUN apt-get install maven -y
A)
-y is needed so that the previous Maven version is uninstalled before the latest version is installed.
B)
-y is needed so that Maven is downloaded before it is installed.
C)
-y is needed so Maven is installed unattended. All questions asked during installation are answered with 'Yes'.
Question 1 of 70 attempted
Ask