Posted by: Pdfprep
Post Date: November 23, 2020
Refer to the exhibit.
Which additional line results in the output of Test 1 upon execution of the docker run –rm devnet 1 command in a Dockerfile with this content?
A . CMD [“/bin/echo”, “Test”]
B . RUN [“/bin/echo”, “Test”]
C . ENTRYPOINT [“/bin/echo”, “Test”]
D . CMD [“/bin/echo Test”]
Answer: A
Leave a Reply