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

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"
}
}