DockerDocker
DCA · Question #16
DCA Question #16: Real Exam Question with Answer & Explanation
Sign in or unlock DCA to reveal the answer and full explanation for question #16. The question stem and answer options stay visible for context.
Submitted by mateo_ar· Apr 18, 2026Networking
Question
Which of the following commands will ensure that overlay traffic between service tasks is encrypted?
Options
- Adocker service create --network <network-name> --secure <service-name>
- Bdocker network create -d overlay --secure <network-name>
- Cdocker network create -d overlay -o encrypted=true <network-name>
- Ddocker service create --network <network-name> --encrypted <service-name>
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
#Overlay Networks#Network Encryption#Docker Networking#docker network create