mirror of https://github.com/docker/docs.git
Merge pull request #9018 from nirajrules/patch-1
The notary config file section had a comma missing
This commit is contained in:
commit
cc5aa64002
|
@ -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"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue