Skip to content

Commit

Permalink
fix issue in use_notary
Browse files Browse the repository at this point in the history
  • Loading branch information
reasonerjt committed Aug 10, 2017
1 parent e3e722b commit f21c266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/use_notary.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ export DOCKER_CONTENT_TRUST_SERVER=https://192.168.0.5:4443
Because by default the local directory for storing meta files for notary client is different from docker client. If you want to use notary client to manipulate the keys/meta files generated by Docker Content Trust, please set the alias to reduce the effort:

```
alias notary="notary -s https//192.168.0.5:4443 -d ~/.docker/trust --tlscacert /etc/docker/certs.d/192.168.0.5/ca.crt"
alias notary="notary -s https://192.168.0.5:4443 -d ~/.docker/trust --tlscacert /etc/docker/certs.d/192.168.0.5/ca.crt"
```

0 comments on commit f21c266

Please sign in to comment.