Windows: Fix 'isolation'

Signed-off-by: John Howard <jhoward@microsoft.com>
Upstream-commit: d4b0732499feac87cf7c433b9490a4e21e94fb45
Component: engine
This commit is contained in:
John Howard
2016-02-03 12:07:00 -08:00
parent 87cce96d08
commit f35a03ff6d
11 changed files with 42 additions and 29 deletions

View File

@ -506,7 +506,7 @@ func (b *Builder) create() (string, error) {
// TODO: why not embed a hostconfig in builder?
hostConfig := &container.HostConfig{
Isolation: b.options.IsolationLevel,
Isolation: b.options.Isolation,
ShmSize: b.options.ShmSize,
Resources: resources,
}