1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

memory is an int64 (long)

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
Nicolas De loof 2017-11-23 12:37:05 +01:00 committed by Nicolas De Loof
parent fe8aac6f5a
commit 5ad85b1d4d
No known key found for this signature in database
GPG key ID: 9858809D6F8F6E7E

View file

@ -332,6 +332,7 @@ definitions:
Memory:
description: "Memory limit in bytes."
type: "integer"
format: "int64"
default: 0
# Applicable to UNIX platforms
CgroupParent: