Deploying Notary (Engine)
Deploying Notary Server with Compose
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.
-
Clone the Notary repository
git clone git@github.com:docker/notary.git
-
Build and start Notary Server with the sample certificates.
docker-compose up -d
For more detailed documentation about how to deploy Notary Server see https://github.com/docker/notary.
Make sure that your Docker or Notary client trusts Notary Server’s certificate before you try to interact with the Notary server.
See the instructions for 登录查看完整内容