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:
@ -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 ?
|
||||
|
Reference in New Issue
Block a user