Merge pull request #9018 from nirajrules/patch-1

The notary config file section had a comma missing
This commit is contained in:
Sebastiaan van Stijn 2019-07-02 16:49:11 +02:00 committed by GitHub
commit cc5aa64002
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -92,8 +92,8 @@ and ensure that it is available on your path.
{
"trust_dir" : "~/.docker/trust",
"remote_server": {
"url": "https://dtr.example.com"
"root_ca": "../.docker/ca.pem"
"url": "https://dtr.example.com",
"root_ca": "../.docker/ca.pem"
}
}
```