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:
Doug Davis
2014-11-11 15:18:20 -08:00
parent 1ddc5019e6
commit 97a0952687
2 changed files with 2 additions and 2 deletions

View File

@ -124,7 +124,7 @@ Create a container
"Cmd":[
"date"
],
"Entrypoint": ""
"Entrypoint": "",
"Image":"base",
"Volumes":{
"/tmp": {}

View File

@ -124,7 +124,7 @@ Create a container
"Cmd":[
"date"
],
"Entrypoint": ""
"Entrypoint": "",
"Image":"base",
"Volumes":{
"/tmp": {}