mirror of https://github.com/docker/docs.git
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:
parent
2a517fe103
commit
814bc06d7b
|
@ -124,7 +124,7 @@ Create a container
|
||||||
"Cmd":[
|
"Cmd":[
|
||||||
"date"
|
"date"
|
||||||
],
|
],
|
||||||
"Entrypoint": ""
|
"Entrypoint": "",
|
||||||
"Image":"base",
|
"Image":"base",
|
||||||
"Volumes":{
|
"Volumes":{
|
||||||
"/tmp": {}
|
"/tmp": {}
|
||||||
|
|
|
@ -124,7 +124,7 @@ Create a container
|
||||||
"Cmd":[
|
"Cmd":[
|
||||||
"date"
|
"date"
|
||||||
],
|
],
|
||||||
"Entrypoint": ""
|
"Entrypoint": "",
|
||||||
"Image":"base",
|
"Image":"base",
|
||||||
"Volumes":{
|
"Volumes":{
|
||||||
"/tmp": {}
|
"/tmp": {}
|
||||||
|
|
Loading…
Reference in New Issue