diff options
Diffstat (limited to 'devdocs/docker/engine%2Fsecurity%2Ftrust%2Fdeploying_notary%2Findex.html')
| -rw-r--r-- | devdocs/docker/engine%2Fsecurity%2Ftrust%2Fdeploying_notary%2Findex.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devdocs/docker/engine%2Fsecurity%2Ftrust%2Fdeploying_notary%2Findex.html b/devdocs/docker/engine%2Fsecurity%2Ftrust%2Fdeploying_notary%2Findex.html new file mode 100644 index 00000000..29ca9ef3 --- /dev/null +++ b/devdocs/docker/engine%2Fsecurity%2Ftrust%2Fdeploying_notary%2Findex.html @@ -0,0 +1,11 @@ +<h1>Deploy Notary Server with Compose</h1> +<p>The easiest way to deploy Notary Server is by using Docker Compose. To follow the procedure on this page, you must have already <a href="../../../../compose/install/index">installed Docker Compose</a>.</p> <ol> <li> <p>Clone the Notary repository.</p> <div class="highlight"><pre class="highlight" data-language="">git clone https://github.com/theupdateframework/notary.git +</pre></div> </li> <li> <p>Build and start Notary Server with the sample certificates.</p> <div class="highlight"><pre class="highlight" data-language="">docker-compose up -d +</pre></div> </li> </ol> <p>For more detailed documentation about how to deploy Notary Server, see the <a href="https://github.com/theupdateframework/notary/blob/master/docs/running_a_service/" target="_blank" rel="noopener" class="_">instructions to run a Notary service</a> as well as <a href="https://github.com/theupdateframework/notary" target="_blank" rel="noopener" class="_">the Notary repository</a> for more information.</p> <ol> <li>Make sure that your Docker or Notary client trusts Notary Server’s certificate before you try to interact with the Notary server.</li> </ol> <p>See the instructions for <a href="../../../reference/commandline/cli/index#notary">Docker</a> or for <a href="https://github.com/docker/notary#using-notary">Notary</a> depending on which one you are using.</p> <h2 id="if-you-want-to-use-notary-in-production">If you want to use Notary in production</h2> <p>Check back here for instructions after Notary Server has an official stable release. To get a head start on deploying Notary in production, see <a href="https://github.com/theupdateframework/notary">the Notary repository</a>.</p> +<p><a href="https://docs.docker.com/search/?q=trust">trust</a>, <a href="https://docs.docker.com/search/?q=security">security</a>, <a href="https://docs.docker.com/search/?q=notary">notary</a>, <a href="https://docs.docker.com/search/?q=deployment">deployment</a></p> +<div class="_attribution"> + <p class="_attribution-p"> + © 2019 Docker, Inc.<br>Licensed under the Apache License, Version 2.0.<br>Docker and the Docker logo are trademarks or registered trademarks of Docker, Inc. in the United States and/or other countries.<br>Docker, Inc. and other parties may also have trademark rights in other terms used herein.<br> + <a href="https://docs.docker.com/engine/security/trust/deploying_notary/" class="_attribution-link">https://docs.docker.com/engine/security/trust/deploying_notary/</a> + </p> +</div> |
