mirror of
https://github.com/docker/docs.git
synced 2026-04-05 18:58:55 +07:00
Merge pull request #9106 from duglin/TyposRemoteAPI
Add missing comma in docs
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