Browse code

Merge pull request #9106 from duglin/TyposRemoteAPI

Add missing comma in docs

James Turnbull authored on 2014/11/12 12:48:30
Showing 2 changed files
... ...
@@ -124,7 +124,7 @@ Create a container
124 124
              "Cmd":[
125 125
                      "date"
126 126
              ],
127
-             "Entrypoint": ""
127
+             "Entrypoint": "",
128 128
              "Image":"base",
129 129
              "Volumes":{
130 130
                      "/tmp": {}
... ...
@@ -124,7 +124,7 @@ Create a container
124 124
              "Cmd":[
125 125
                      "date"
126 126
              ],
127
-             "Entrypoint": ""
127
+             "Entrypoint": "",
128 128
              "Image":"base",
129 129
              "Volumes":{
130 130
                      "/tmp": {}