mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #30387 from coolljt0725/fix_typo
typo: fix typo in api documents
(cherry picked from commit de1a403810
)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
8b34bd1980
commit
48ea08613f
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…
Add table
Reference in a new issue