1
0
Fork 0
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:
Sebastiaan van Stijn 2017-01-24 11:46:44 +01:00 committed by Sebastiaan van Stijn
parent 8b34bd1980
commit 48ea08613f
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C
3 changed files with 3 additions and 3 deletions

View file

@ -1108,7 +1108,7 @@ Update resource configs of one or more containers.
"Memory": 314572800,
"MemorySwap": 514288000,
"MemoryReservation": 209715200,
"KernelMemory": 52428800,
"KernelMemory": 52428800
}
**Example response**:

View file

@ -1143,7 +1143,7 @@ Update configuration of one or more containers.
"RestartPolicy": {
"MaximumRetryCount": 4,
"Name": "on-failure"
},
}
}
**Example response**:

View file

@ -1170,7 +1170,7 @@ Update configuration of one or more containers.
"RestartPolicy": {
"MaximumRetryCount": 4,
"Name": "on-failure"
},
}
}
**Example response**: