I'm pretty sure the file is in /tmp/test. The WORKDIR / command sets the working directory to the root, but the RUN cd /tmp command changes it to /tmp before creating the test file.
The file test should be located in the /tmp directory within the container image. The RUN cd /tmp command changes the working directory to /tmp before the echo test > test command is executed.
Effie
3 days agoSarina
20 days agoTiffiny
23 days agoSarina
24 days agoArmando
28 days agoBlossom
6 days agoNelida
10 days ago