1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Add missing comma in docs

Found by Michael Voznesensky <voznesenskym@gmail.com>

Signed-off-by: Doug Davis <dug@us.ibm.com>
This commit is contained in:
Doug Davis 2014-11-11 15:18:20 -08:00
parent 2a517fe103
commit 814bc06d7b
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": {}