mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
typo: fix typo in api documents
Signed-off-by: Lei Jitang <leijitang@huawei.com>
This commit is contained in:
parent
5e46ad159d
commit
2f0d494682
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