Rename SystemProperties to Sysctl

Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
Mrunal Patel 2015-07-06 13:57:37 -04:00
parent c604beacfc
commit 83003b6d25
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ type Linux struct {
GidMappings []IDMapping `json:"gidMappings"`
// Rlimits specifies rlimit options to apply to the container's process.
Rlimits []Rlimit `json:"rlimits"`
// SystemProperties are a set of key value pairs that are set for the container on start.
SystemProperties map[string]string `json:"systemProperties"`
// Sysctl are a set of key value pairs that are set for the container on start.
Sysctl map[string]string `json:"sysctl"`
// Resources contain cgroup information for handling resource constraints
// for the container.
Resources Resources `json:"resources"`