Docker Content Trust - Presentation and Demo

preview_player
Показать описание
This video explains Docker Content Trust concepts, commands with a practical demo.

The commands used at the demo are as below;
# Generate key
docker trust key generate larry
# Adding signer to the repository
# Sign the Image
docker trust sign kuberiter/demo-content-trust:tomcat-v2-signed
# Inspect the Trust
docker trust inspect --pretty kuberiter/demo-content-trust:tomcat-v2-signed
# Enable Content Trust at the Docker Host
export DOCKER_CONTENT_TRUST=1

Рекомендации по теме