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
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
no , DOCKER_CONTENT_TRUST focuses on trust verification when exchanging data with the registry (pull/push).