CiscoCisco
300-910 · Question #24
300-910 Question #24: Real Exam Question with Answer & Explanation
Sign in or unlock 300-910 to reveal the answer and full explanation for question #24. The question stem and answer options stay visible for context.
Containerization
Question
A DevOps engineer has built a container to host a web-server and it must run as an executable. Which command must be configured in a Dockerfile to accomplish this goal?
Options
- AENTRYPOINT <usr/sbin/apache2ctl>
- BENTRYPOINT ["/usr/sbin/apache2ctl", "-D", "FOREGROUND"]
- CENTRYPOINT ["BACKGROUND", "-D", "/usr/sbin/apache2ctl"]
- DENTRYPOINT {usr/sbin/apache2ctl}
Unlock 300-910 to see the answer
You've previewed enough free 300-910 questions. Unlock 300-910 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Dockerfile#ENTRYPOINT#Container Lifecycle#Web Server Deployment