CiscoCisco
200-901 · Question #320
200-901 Question #320: Real Exam Question with Answer & Explanation
Sign in or unlock 200-901 to reveal the answer and full explanation for question #320. The question stem and answer options stay visible for context.
Application Deployment and Security
Question
Which two commands download and execute an Apache web server container in Docker with a port binding 8080 in the container to 80 on the host? (Choose two.)
Options
- Adocker pull apache
- Bdocker run -p 8080:80 httpd
- Cdocker run -p 80:8080 httpd
- Ddocker pull httpd
- Edocker pull https
Unlock 200-901 to see the answer
You've previewed enough free 200-901 questions. Unlock 200-901 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
#Docker#Containerization#Port Mapping#Apache