diff options
| author | Craig Jennings <c@cjennings.net> | 2025-08-14 22:58:58 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-08-14 22:58:58 -0500 |
| commit | 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 (patch) | |
| tree | 158cfc17b2f644a10f063cb546752cfaae12c97f /devdocs/docker/engine%2Fsecurity%2Ftrust%2Fdeploying_notary%2Findex.html | |
| parent | 9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff) | |
| download | dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip | |
removing all downloaded devdocs files
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, 0 insertions, 11 deletions
diff --git a/devdocs/docker/engine%2Fsecurity%2Ftrust%2Fdeploying_notary%2Findex.html b/devdocs/docker/engine%2Fsecurity%2Ftrust%2Fdeploying_notary%2Findex.html deleted file mode 100644 index 29ca9ef3a..000000000 --- a/devdocs/docker/engine%2Fsecurity%2Ftrust%2Fdeploying_notary%2Findex.html +++ /dev/null @@ -1,11 +0,0 @@ -<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> |
