added shm_size

This commit is contained in:
Brad Rydzewski
2019-10-26 11:33:52 -07:00
parent a319f263c9
commit 3c1ae23a1e
4 changed files with 6 additions and 1 deletions

View File

@@ -54,7 +54,7 @@ func toHostConfig(spec *Spec, step *Step) *container.HostConfig {
Type: "json-file",
},
Privileged: step.Privileged,
// TODO(bradrydzewski) set ShmSize
ShmSize: step.ShmSize,
}
// windows does not support privileged so we hard-code
// this value to false.