The notary config file had a comma missing

Docker SA from South East
This commit is contained in:
nirajrules 2019-07-01 18:23:21 -04:00 committed by GitHub
parent 67be573f69
commit db7d8d4b3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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