Skip to content

Commit 84ea0d3

Browse files
author
John Howard
authored
Merge pull request #117 from Microsoft/jjh/removesandboxpath
Remove SandboxPath
2 parents 49582cc + 43879e4 commit 84ea0d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

interface.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ type ContainerConfig struct {
5959
MemoryMaximumInMB int64 `json:",omitempty"` // Maximum memory available to the container in Megabytes
6060
HostName string // Hostname
6161
MappedDirectories []MappedDir // List of mapped directories (volumes/mounts)
62-
SandboxPath string `json:",omitempty"` // Location of unmounted sandbox. Used by Hyper-V containers only. Format %root%\windowsfilter
6362
HvPartition bool // True if it a Hyper-V Container
6463
EndpointList []string // List of networking endpoints to be attached to container
6564
NetworkSharedContainerName string `json:",omitempty"` // Name (ID) of the container that we will share the network stack with.

0 commit comments

Comments
 (0)