mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #9106 from duglin/TyposRemoteAPI
Add missing comma in docs
This commit is contained in:
commit
492c4fc1a8
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue