We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49582cc + 43879e4 commit 84ea0d3Copy full SHA for 84ea0d3
interface.go
@@ -59,7 +59,6 @@ type ContainerConfig struct {
59
MemoryMaximumInMB int64 `json:",omitempty"` // Maximum memory available to the container in Megabytes
60
HostName string // Hostname
61
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
63
HvPartition bool // True if it a Hyper-V Container
64
EndpointList []string // List of networking endpoints to be attached to container
65
NetworkSharedContainerName string `json:",omitempty"` // Name (ID) of the container that we will share the network stack with.
0 commit comments