mirror of https://github.com/docker/docs.git
parent
75e3c4de87
commit
5fc2b29768
|
@ -201,14 +201,15 @@ those explicitly required for their processes.
|
|||
|
||||
## Docker Content Trust Signature Verification
|
||||
|
||||
The Docker Content Trust signature verification feature is built directly
|
||||
into the `dockerd` binary. The Docker Engine can be configured to only run
|
||||
signed images. This is configured in the Dockerd configuration file.
|
||||
The Docker Engine can be configured to only run signed images. The Docker Content
|
||||
Trust signature verification feature is built directly into the `dockerd` binary.
|
||||
This is configured in the Dockerd configuration file.
|
||||
|
||||
To enable this feature, trustpinning can be configured in `daemon.json`, whereby
|
||||
only repositories signed with a user-specified root key can be pulled and run.
|
||||
|
||||
This provides insight to administrators that was not previously available with
|
||||
the CLI being responsible for enforcing and performing image signature verification.
|
||||
This feature provides more insight to administrators than previously available with
|
||||
the CLI for enforcing and performing image signature verification.
|
||||
|
||||
For more information on configuring Docker Content Trust Signature Verificiation, go to
|
||||
(Content trust in Docker)[engine/security/trust/content_trust].
|
||||
|
|
Loading…
Reference in New Issue