Fix typo in JSON config example, in the CLI documetation

Signed-off-by: Michał Czeraszkiewicz <czerasz.hosting@gmail.com>
Upstream-commit: 09a9958e22640e1bcfec1c0c274a8c42ebc88b4a
Component: engine
This commit is contained in:
Michał Czeraszkiewicz
2015-07-26 11:57:45 +02:00
committed by Michał Czeraszkiewicz
parent f12a258842
commit 10ca606a3c

View File

@ -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}}"