Refer to the exhibit. Which line of code completes the Dockerfile?
Posted: Fri Jul 22, 2022 7:01 pm
Refer to the exhibit. Which line of code completes the Dockerfile?
A. RUN chmod 777 /usr/bin/sample.py
B. RUN chown root:root /usr/bin/sample.py
C. WORKDIR /usr/bin
D. USER root
A. RUN chmod 777 /usr/bin/sample.py
B. RUN chown root:root /usr/bin/sample.py
C. WORKDIR /usr/bin
D. USER root