github.com/hustcat/docker@v1.3.3-0.20160314103604-901c67a8eeab/docs/security/trust/deploying_notary.md (about)

     1  <!--[metadata]>
     2  +++
     3  title = "Deploying Notary"
     4  description = "Deploying Notary"
     5  keywords = ["trust, security, notary, deployment"]
     6  [menu.main]
     7  parent= "smn_content_trust"
     8  +++
     9  <![end-metadata]-->
    10  
    11  # Deploying Notary Server with Compose
    12  
    13  The easiest way to deploy Notary Server is by using Docker Compose. To follow the procedure on this page, you must have already [installed Docker Compose](/compose/install.md).
    14  
    15  1. Clone the Notary repository
    16  
    17          git clone git@github.com:docker/notary.git
    18  
    19  2. Build and start Notary Server with the sample certificates.
    20  
    21          docker-compose up -d
    22  
    23  
    24      For more detailed documentation about how to deploy Notary Server see https://github.com/docker/notary.
    25  3. Make sure that your Docker or Notary client trusts Notary Server's certificate before you try to interact with the Notary server.
    26  
    27  See the instructions for [Docker](../../reference/commandline/cli.md#notary) or
    28  for [Notary](https://github.com/docker/notary#using-notary) depending on which one you are using.
    29  
    30  ## If you want to use Notary in production
    31  
    32  Please check back here for instructions after Notary Server has an official
    33  stable release. To get a head start on deploying Notary in production see
    34  https://github.com/docker/notary.