summaryrefslogtreecommitdiff
path: root/container/container_windows.go
diff options
context:
space:
mode:
authorKenfe-Mickael Laventure <mickael.laventure@gmail.com>2017-09-22 06:52:41 -0700
committerKenfe-Mickael Laventure <mickael.laventure@gmail.com>2017-10-20 07:11:37 -0700
commitddae20c032058a0fd42c34c2e9750ee8f6296ac8 (patch)
tree259188c655005657f8ef3b5dd11f256aca8ba88f /container/container_windows.go
parent7acea2a243d25c061d12a2a2f8bbd4e5955a85f4 (diff)
downloaddocker-ddae20c032058a0fd42c34c2e9750ee8f6296ac8.tar.gz
Update libcontainerd to use containerd 1.0
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
Diffstat (limited to 'container/container_windows.go')
-rw-r--r--container/container_windows.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/container/container_windows.go b/container/container_windows.go
index 2dbea5905e..45d51e4f23 100644
--- a/container/container_windows.go
+++ b/container/container_windows.go
@@ -18,12 +18,6 @@ const (
containerInternalConfigsDirPath = `C:\ProgramData\Docker\internal\configs`
)
-// ExitStatus provides exit reasons for a container.
-type ExitStatus struct {
- // The exit code with which the container exited.
- ExitCode int
-}
-
// UnmountIpcMount unmounts Ipc related mounts.
// This is a NOOP on windows.
func (container *Container) UnmountIpcMount(unmount func(pth string) error) error {