Merge pull request #9106 from duglin/TyposRemoteAPI
Add missing comma in docs Upstream-commit: 492c4fc1a8027929facaea78697d57283ea3ebfd Component: engine
This commit is contained in:
@@ -124,7 +124,7 @@ Create a container
|
||||
"Cmd":[
|
||||
"date"
|
||||
],
|
||||
"Entrypoint": ""
|
||||
"Entrypoint": "",
|
||||
"Image":"base",
|
||||
"Volumes":{
|
||||
"/tmp": {}
|
||||
|
||||
@@ -124,7 +124,7 @@ Create a container
|
||||
"Cmd":[
|
||||
"date"
|
||||
],
|
||||
"Entrypoint": ""
|
||||
"Entrypoint": "",
|
||||
"Image":"base",
|
||||
"Volumes":{
|
||||
"/tmp": {}
|
||||
|
||||
Reference in New Issue
Block a user