mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #15006 from czerasz/patch-1
Fix typo in JSON config example, in the CLI documetation
This commit is contained in:
commit
a059701fa5
1 changed files with 1 additions and 1 deletions
|
@ -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}}"
|
||||
|
|
Loading…
Reference in a new issue