mirror of https://github.com/docker/docs.git
Fix formatting errors
This commit is contained in:
parent
81f0f7c6d7
commit
740d8a2cd4
|
@ -1066,7 +1066,7 @@ reference:
|
|||
- path: /reference/dtr/2.7/cli/destroy/
|
||||
title: destroy
|
||||
- path: /reference/dtr/2.7/cli/emergency-repair/
|
||||
title: emergency-repair7
|
||||
title: emergency-repair
|
||||
- path: /reference/dtr/2.7/cli/install/
|
||||
title: install
|
||||
- path: /reference/dtr/2.7/cli/join/
|
||||
|
|
|
@ -134,7 +134,7 @@ DTR provides the Notary service for using Docker Content Trust (DCT) out of the
|
|||
<td><a href="/engine/security/trust/content_trust/#signing-images-with-docker-content-trust">Sign with <code>docker trust sign</code></a></td>
|
||||
<td><ul>
|
||||
<li>Docker Engine - Enterprise 18.03 or higher</li>
|
||||
<li>Docker Engine - Community 17.12 or higher, or</li>
|
||||
<li>Docker Engine - Community 17.12 or higher</li>
|
||||
</ul></td>
|
||||
<td>Copy <code>ca.crt</code> from <code>https://<dtr-external-url>/ca</code> to:
|
||||
<ul>
|
||||
|
@ -148,7 +148,8 @@ DTR provides the Notary service for using Docker Content Trust (DCT) out of the
|
|||
<li>Docker Engine - Enterprise 17.06 or higher</li>
|
||||
<li>Docker Engine - Community 17.06 or higher</li>
|
||||
</ul></td>
|
||||
<td><code>export DOCKER_CONTENT_TRUST=1</code> to enable content trust on the Docker client. Copy <code>ca.crt</code> from <code>https:///ca</code> to <code>/<home_directory>/.docker/tls/</code> on Linux and macOS. <code>docker push</code> will sign your images.</td>
|
||||
<td><code>export DOCKER_CONTENT_TRUST=1</code> to enable content trust on the Docker client. Copy <code>ca.crt</code> from <code>https://<dtr-external-url>/ca</code> to <code>/<home_directory>/.docker/tls/</code> on Linux and macOS. <code>docker push</code> will sign your images.</td>
|
||||
|
||||
</tr>
|
||||
<tr class="odd">
|
||||
<td><a href="/ee/dtr/user/manage-images/sign-images/">Sign images that UCP can trust</a></td>
|
||||
|
|
Loading…
Reference in New Issue