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,7 +92,7 @@ and ensure that it is available on your path.
|
||||||
{
|
{
|
||||||
"trust_dir" : "~/.docker/trust",
|
"trust_dir" : "~/.docker/trust",
|
||||||
"remote_server": {
|
"remote_server": {
|
||||||
"url": "https://dtr.example.com"
|
"url": "https://dtr.example.com",
|
||||||
"root_ca": "../.docker/ca.pem"
|
"root_ca": "../.docker/ca.pem"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue