Merge pull request #30387 from coolljt0725/fix_typo
typo: fix typo in api documents
This commit is contained in:
commit
de1a403810
3 changed files with 3 additions and 3 deletions
|
@ -1108,7 +1108,7 @@ Update resource configs of one or more containers.
|
|||
"Memory": 314572800,
|
||||
"MemorySwap": 514288000,
|
||||
"MemoryReservation": 209715200,
|
||||
"KernelMemory": 52428800,
|
||||
"KernelMemory": 52428800
|
||||
}
|
||||
|
||||
**Example response**:
|
||||
|
|
|
@ -1143,7 +1143,7 @@ Update configuration of one or more containers.
|
|||
"RestartPolicy": {
|
||||
"MaximumRetryCount": 4,
|
||||
"Name": "on-failure"
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
**Example response**:
|
||||
|
|
|
@ -1170,7 +1170,7 @@ Update configuration of one or more containers.
|
|||
"RestartPolicy": {
|
||||
"MaximumRetryCount": 4,
|
||||
"Name": "on-failure"
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
**Example response**:
|
||||
|
|
Loading…
Reference in a new issue