CompTIACompTIA
CV0-004 · Question #294
CV0-004 Question #294: Real Exam Question with Answer & Explanation
Sign in or unlock CV0-004 to reveal the answer and full explanation for question #294. The question stem and answer options stay visible for context.
Deployment
Question
Which of the following container commands implements network port mapping?
Options
- A$docker run -it myimage -e /bin/port 8080
- B$docker run myimage:port
- C$docker run -it -p 1-65535 myimage -e netstat 8080
- D$docker run -it -p 80:8080 myimage
Unlock CV0-004 to see the answer
You've previewed enough free CV0-004 questions. Unlock CV0-004 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#Container networking#Port mapping#CLI commands