Question 23 of 32 from exam 300-915-DEVIOT: Developing Solutions using Cisco IoT and Edge Platforms

Question 23 of 32 from exam 300-915-DEVIOT: Developing Solutions using Cisco IoT and Edge Platforms

Question

FROM devhub-docker.cisco.com/iox-docker/ir800/base-rootfs:latest

RUN opkg update && opkg install python
COPY sample.py /usr/bin/sample.py

CMD /usr/bin/sample.py

Refer to the exhibit.

Which line of code completes the Dockerfile?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

A.