DCA Exam QuestionsBrowse all questions from this exam

DCA Exam - Question 37


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 build, from a Dockerfile that begins FROM myorg/myimage:1.0

Show Answer
Correct Answer:

Discussion

2 comments
Sign in to comment
bes_iOption: A
Aug 9, 2024

A. yes

bes_i
Aug 9, 2024

When DOCKER_CONTENT_TRUST=1 is set, Docker enforces the use of signed images.