Add missing comma in docs
Found by Michael Voznesensky <voznesenskym@gmail.com> Signed-off-by: Doug Davis <dug@us.ibm.com> Upstream-commit: 814bc06d7bf69c7775b775179c7a3edb8d30685c 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