Signed-off-by: Michał Czeraszkiewicz <czerasz.hosting@gmail.com>
| ... | ... |
@@ -106,7 +106,7 @@ directives, see the [**Formatting** section in the `docker ps` documentation](.. |
| 106 | 106 |
Following is a sample `config.json` file: |
| 107 | 107 |
|
| 108 | 108 |
{
|
| 109 |
- "HttpHeaders: {
|
|
| 109 |
+ "HttpHeaders": {
|
|
| 110 | 110 |
"MyHeader": "MyValue" |
| 111 | 111 |
}, |
| 112 | 112 |
"psFormat": "table {{.ID}}\\t{{.Image}}\\t{{.Command}}\\t{{.Labels}}"
|