List of questions
Related questions
Question 40 - 305-300 discussion
Which of the following statements in a Dockerfile leads to a container which outputs hello world? (Choose two.)
A.
ENTRYPOINT 'echo Hello World'
B.
ENTRYPOINT [ 'echo hello world' ]
C.
ENTRYPOINT [ 'echo', 'hello', 'world' ]
D.
ENTRYPOINT echo Hello World
E.
ENTRYPOINT 'echo', 'Hello', 'World*
Your answer:
0 comments
Sorted by
Leave a comment first