Introduction
In this lab, you will learn how to use the docker trust inspect
command to examine the trust information associated with Docker images. You will explore how to inspect trust data for single signed and unsigned image tags, as well as for all signed tags within a repository.
Through hands-on exercises, you will gain practical experience in verifying the integrity and publisher of images by inspecting their digital signatures. You will learn how to interpret the output of the docker trust inspect
command and understand the difference in trust information between signed and unsigned images. Finally, you will see how to inspect trust information for multiple images and view the output in a human-readable format.