filmov
tv
Docker Content Trust - Presentation and Demo
![preview_player](https://i.ytimg.com/vi/JVy-O27lc2A/hqdefault.jpg)
Показать описание
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
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