summaryrefslogtreecommitdiff
path: root/container/container_windows.go
diff options
context:
space:
mode:
authorMadhan Raj Mookkandy <MadhanRaj.Mookkandy@microsoft.com>2017-02-28 20:03:43 -0800
committerMadhan Raj Mookkandy <MadhanRaj.Mookkandy@microsoft.com>2017-02-28 20:03:43 -0800
commit040afcce8f3f54c64d328929c5115128f623deb1 (patch)
treeff3f45f5dd48878cbbd2c14f0ed0d19fb423c5a1 /container/container_windows.go
parent6e04fbf748a138419d28a85a4544379e8ae64310 (diff)
downloaddocker-040afcce8f3f54c64d328929c5115128f623deb1.tar.gz
(*) Support --net:container:<containername/id> for windows
(*) (vdemeester) Removed duplicate code across Windows and Unix wrt Net:Containers (*) Return unsupported error for network sharing for hyperv isolation containers Signed-off-by: Madhan Raj Mookkandy <MadhanRaj.Mookkandy@microsoft.com>
Diffstat (limited to 'container/container_windows.go')
-rw-r--r--container/container_windows.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/container/container_windows.go b/container/container_windows.go
index 7acc519ec0..0afed738ab 100644
--- a/container/container_windows.go
+++ b/container/container_windows.go
@@ -16,6 +16,7 @@ type Container struct {
CommonContainer
// Fields below here are platform specific.
+ NetworkSharedContainerID string
}
// ExitStatus provides exit reasons for a container.