Update content_trust.md

This commit is contained in:
Anne Henmi 2018-11-07 10:17:27 -08:00 committed by GitHub
parent ff81152728
commit a7e7f2e89a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ The signature verification feature is configured in the Docker daemon configurat
<code>permissive</code>: Verification will be performed, but only failures will only be logged and
remain unenforced. This configuration is intended for testing of changes related to content-trust.
<br>
<code>enforced<\code>: DCT will be enforced and an image that cannot be verified successfully will not
<code>enforced</code>: DCT will be enforced and an image that cannot be verified successfully will not
be pulled or run.
</td>
</tr>