mirror of
https://github.com/docker/cli.git
synced 2025-07-30 17:03:07 +03: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:
committed by
Tibor Vass
parent
57094eec6e
commit
d0b639feb0
@ -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}}"
|
||||
|
Reference in New Issue
Block a user