Docker
DCA · Question #10
Following the principle of least privilege, which of the following methods can be used to securely grnt access to the specific user to communicate to a Docker engine? (Choose two.)
Sign in or unlock DCA to reveal the answer and full explanation for question #10. The question stem and answer options stay visible for context.
Submitted by fatema_kw· Apr 18, 2026Security
Question
Following the principle of least privilege, which of the following methods can be used to securely grnt access to the specific user to communicate to a Docker engine? (Choose two.)
Options
- AUtilize the '--host 0.0.0.0:2375' option to the Docker daemon to listen on port 2375 over TCP on all
- BUtilize openssl to create TLS client and server certificates, configuring the Docker engine to use
- CUtilize the '--host 127.0.0.1:2375' option to the Docker daemon to listen on port 2375 over TCP on
- DGive the user root access to the server to allow them to run Docker commands as root.
- EAdd the user to the 'docker' group on the server or specify the grouè with the '--group' Docker
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 security#TLS#Least privilege#Remote access