Merge pull request #575 from eiais/local-flag

trust sign: add --local flag
This commit is contained in:
Daniel Nephin
2017-11-07 14:15:53 -05:00
committed by GitHub
3 changed files with 31 additions and 5 deletions

View File

@ -16,10 +16,14 @@ keywords: "sign, notary, trust"
# trust sign
```markdown
Usage: docker trust sign IMAGE:TAG
Usage: docker trust sign [OPTIONS] IMAGE:TAG
Sign an image
Options:
--help print usage
--local force the signing of a local image
```
## Description