DockerDocker
DCA · Question #30
DCA Question #30: Real Exam Question with Answer & Explanation
Sign in or unlock DCA to reveal the answer and full explanation for question #30. The question stem and answer options stay visible for context.
Submitted by kavita_s· Apr 18, 2026Installation and Configuration
Question
How do you configure Docker engine to use a registry that is not configured with TLS certificates from a trusted CA?
Options
- ASet IGNORE_TLS in the 'daemon.json' configuration file.
- BSet and export the IGNORE_TLS environment variable on the command line
- CSet INSECURE_REGISTRY in the '/etc/docker/default' configuration file
- DPass the '--insecure.-registry' flag to the daemon at run time
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
#Docker Daemon Configuration#Insecure Registry#TLS Bypass#Daemon Flags