Valid DCA Dumps shared by ExamDiscuss.com for Helping Passing DCA Exam! ExamDiscuss.com now offer the newest DCA exam dumps, the ExamDiscuss.com DCA exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com DCA dumps with Test Engine here:
You want to create a container that is reachable from its host's network. Does this action accomplish this? Solution:Use either EXPOSE or --publish to access the containers on the bridge network
Correct Answer: B
Explanation The answer depends on whether you want to access the container from the host's network or from other containers on the same network. EXPOSE and --publish have different effects on the container's port visibility. References: Docker run reference, Dockerfile reference, Docker networking overview