1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Fix typo in JSON config example, in the CLI documetation

Signed-off-by: Michał Czeraszkiewicz <czerasz.hosting@gmail.com>
This commit is contained in:
Michał Czeraszkiewicz 2015-07-26 11:57:45 +02:00 committed by Michał Czeraszkiewicz
parent b04dd6b7bc
commit 09a9958e22

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