Windows: Fix 'isolation'
Signed-off-by: John Howard <jhoward@microsoft.com> Upstream-commit: d4b0732499feac87cf7c433b9490a4e21e94fb45 Component: engine
This commit is contained in:
@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user