소스 검색

Merge pull request #15006 from czerasz/patch-1

Fix typo in JSON config example, in the CLI documetation
Sebastiaan van Stijn 10 년 전
부모
커밋
a059701fa5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/reference/commandline/cli.md

+ 1 - 1
docs/reference/commandline/cli.md

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