Merge pull request #15006 from czerasz/patch-1

Fix typo in JSON config example, in the CLI documetation
Upstream-commit: a059701fa584295ea213c2ee50073d77e73704e7
Component: engine
This commit is contained in:
Sebastiaan van Stijn
2015-07-26 12:56:38 +02:00
@@ -106,7 +106,7 @@ directives, see the [**Formatting** section in the `docker ps` documentation](..
Following is a sample `config.json` file:
{
"HttpHeaders: {
"HttpHeaders": {
"MyHeader": "MyValue"
},
"psFormat": "table {{.ID}}\\t{{.Image}}\\t{{.Command}}\\t{{.Labels}}"