mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
The notary config file had a comma missing
Docker SA from South East
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user