mirror of https://github.com/docker/docs.git
Fix typo in JSON config example, in the CLI documetation
Signed-off-by: Michał Czeraszkiewicz <czerasz.hosting@gmail.com>
This commit is contained in:
parent
b04dd6b7bc
commit
09a9958e22
|
@ -106,7 +106,7 @@ directives, see the [**Formatting** section in the `docker ps` documentation](..
|
||||||
Following is a sample `config.json` file:
|
Following is a sample `config.json` file:
|
||||||
|
|
||||||
{
|
{
|
||||||
"HttpHeaders: {
|
"HttpHeaders": {
|
||||||
"MyHeader": "MyValue"
|
"MyHeader": "MyValue"
|
||||||
},
|
},
|
||||||
"psFormat": "table {{.ID}}\\t{{.Image}}\\t{{.Command}}\\t{{.Labels}}"
|
"psFormat": "table {{.ID}}\\t{{.Image}}\\t{{.Command}}\\t{{.Labels}}"
|
||||||
|
|
Loading…
Reference in New Issue