fix issue in use_notary

This commit is contained in:
Tan Jiang 2017-08-10 14:22:26 +08:00
parent e3e722b1f8
commit f21c266d50
1 changed files with 1 additions and 1 deletions

View File

@ -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"
```