1
0
mirror of https://github.com/moby/moby.git synced 2025-08-01 05:47:11 +03:00

Windows: Allows --isolation on docker build

Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
John Howard
2015-10-29 17:58:00 -07:00
parent 0aa3bff482
commit d5c85897f4
5 changed files with 15 additions and 1 deletions

View File

@ -54,6 +54,7 @@ type Config struct {
ForceRemove bool
Pull bool
BuildArgs map[string]string // build-time args received in build context for expansion/substitution and commands in 'run'.
Isolation runconfig.IsolationLevel
// resource constraints
// TODO: factor out to be reused with Run ?