DOCKER_CONTENT_TRUST=1 docker pull myapp:latest
Category: Docker
DOCKER_CONTENT_TRUST=1 docker pull myapp:latest
Pull an image only if it has a valid content trust signature
Enables Docker Content Trust for this pull — refuses to pull the image if it lacks a valid signature.