Skip to content

Commit

Permalink
Merge pull request #117 from Microsoft/jjh/removesandboxpath
Browse files Browse the repository at this point in the history
Remove SandboxPath
  • Loading branch information
John Howard authored May 24, 2017
2 parents 49582cc + 43879e4 commit 84ea0d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 84ea0d3

Please sign in to comment.