DCA Exam QuestionsBrowse all questions from this exam

DCA Exam - Question 57


You configure a local Docker engine to enforce content trust by setting the environment variable DOCKER_CONTENT_TRUST=1.

If myorg/myimage:1.0 is unsigned, does Docker block this command?

docker image inspect myorg/mayimage:1.0

Show Answer
Correct Answer:

Discussion

1 comment
Sign in to comment
Pepsi16Option: B
Apr 12, 2025

no , DOCKER_CONTENT_TRUST focuses on trust verification when exchanging data with the registry (pull/push).