Bird
0
0

If you run docker trust inspect nginx and see no signatures, what does it mean?

medium📝 Command Output Q5 of 15
Docker - Security
If you run docker trust inspect nginx and see no signatures, what does it mean?
ADocker daemon is not running
BThe image is corrupted and cannot be trusted
CThe nginx image is not signed or no signatures are available
DThe image is signed but the command is incorrect
Step-by-Step Solution
Solution:
  1. Step 1: Understand 'docker trust inspect' output

    This command shows signatures if present; no signatures means unsigned or missing signatures.
  2. Step 2: Eliminate other options

    No signatures does not imply corruption or daemon issues; command is correct.
  3. Final Answer:

    The nginx image is not signed or no signatures are available -> Option C
  4. Quick Check:

    No signatures in inspect = image unsigned [OK]
Quick Trick: No signatures in inspect means image unsigned [OK]
Common Mistakes:
  • Assuming image is corrupted
  • Thinking daemon is down
  • Misreading command usage

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Docker Quizzes