Which file or files is printed when you run a container based on the following Dockerfile?
FROM ubuntu:22.04
LABEL author=HyperUser
COPY demo.txt .
WORKDIR /tmp
COPY newdemo.txt .
ENTRYPOINT ["ls"]Which file or files is printed when you run a container based on the following Dockerfile?
FROM ubuntu:22.04
LABEL author=HyperUser
COPY demo.txt .
WORKDIR /tmp
COPY newdemo.txt .
ENTRYPOINT ["ls"]Create a free account to access the full topic