From 43879e46ec89fe5fbfdb0502510b4c310bf6e6b1 Mon Sep 17 00:00:00 2001 From: John Howard Date: Wed, 24 May 2017 13:51:20 -0700 Subject: [PATCH] Remove SandboxPath Signed-off-by: John Howard --- interface.go | 1 - 1 file changed, 1 deletion(-) diff --git a/interface.go b/interface.go index d981c4fc4c..50635d3b88 100644 --- a/interface.go +++ b/interface.go @@ -59,7 +59,6 @@ type ContainerConfig struct { MemoryMaximumInMB int64 `json:",omitempty"` // Maximum memory available to the container in Megabytes HostName string // Hostname MappedDirectories []MappedDir // List of mapped directories (volumes/mounts) - SandboxPath string `json:",omitempty"` // Location of unmounted sandbox. Used by Hyper-V containers only. Format %root%\windowsfilter HvPartition bool // True if it a Hyper-V Container EndpointList []string // List of networking endpoints to be attached to container NetworkSharedContainerName string `json:",omitempty"` // Name (ID) of the container that we will share the network stack with.