DockerDocker
DCA · Question #15
DCA Question #15: Real Exam Question with Answer & Explanation
Sign in or unlock DCA to reveal the answer and full explanation for question #15. The question stem and answer options stay visible for context.
Submitted by rania.sa· Apr 18, 2026Networking
Question
You have created a Docker bridge network on a host with three containers attached, how do you make this containers accessible outside of the host?
Options
- AUse network attach to access the containers on the bridge network
- BUse either EXPOSE or --publish to access the containers on the bridge network
- CUse network connect to access the containers on the bridge network
- DUse --link to access the containers on the bridge network Correct
Unlock DCA to see the answer
You've previewed enough free DCA questions. Unlock DCA 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
#Port Mapping#External Access#Docker Bridge Networks#--publish