mirror of https://github.com/docker/docs.git
The notary config file had a comma missing
Docker SA from South East
This commit is contained in:
parent
67be573f69
commit
db7d8d4b3f
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue