List of questions
Related questions
Question 10 - 305-300 discussion
If a Dockerfile contains the following lines:
WORKDIR /
RUN cd /tmp
RUN echo test > test
where is the file test located?
A.
/ting/test within the container image.
B.
/root/tesc within the container image.
C.
/test within the container image.
D.
/tmp/test on the system running docker build.
E.
test in the directory holding the Dockerf ile.
Your answer:
0 comments
Sorted by
Leave a comment first