ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 120 - 350-901 discussion

Report
Export

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"]

Answers
A.

CMD ["/bin/echo", "Test"]

B.

RUN ["/bin/echo", "Test"]

Answers
B.

RUN ["/bin/echo", "Test"]

C.

ENTRYPOINT ["/bin/echo", "Test"]

Answers
C.

ENTRYPOINT ["/bin/echo", "Test"]

D.

CMD ["/bin/echo Test"]

Answers
D.

CMD ["/bin/echo Test"]

Suggested answer: A
asked 10/10/2024
Henry Pitcher
32 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first