1
0
mirror of https://github.com/docker/cli.git synced 2026-01-15 07:40:57 +03:00

Merge pull request #35586 from ndeloof/patch-1

`memory` is an int64 (long)
Upstream-commit: 9243c28ba541281eaba43e51658f8dd032679ebc
Component: engine
This commit is contained in:
Sebastiaan van Stijn
2017-11-28 16:32:04 -08:00
committed by GitHub

View File

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