summaryrefslogtreecommitdiff
path: root/container/container_windows.go
diff options
context:
space:
mode:
authorSebastiaan van Stijn <github@gone.nl>2021-08-06 10:24:09 +0200
committerSebastiaan van Stijn <github@gone.nl>2021-08-11 10:05:40 +0200
commit3b316814f9fac27973cb4ce83eb45171105fcbae (patch)
tree259736ac6207ee577fd47dfcb57940adac29a391 /container/container_windows.go
parentb88acf7a7a571b0fe054b8315c79caa16b0c92df (diff)
downloaddocker-3b316814f9fac27973cb4ce83eb45171105fcbae.tar.gz
container: un-export DefaultStopTimeout
It's not used outside of the package itself Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Diffstat (limited to 'container/container_windows.go')
-rw-r--r--container/container_windows.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/container/container_windows.go b/container/container_windows.go
index 22e77b15af..d34edc44a9 100644
--- a/container/container_windows.go
+++ b/container/container_windows.go
@@ -17,8 +17,8 @@ const (
containerInternalSecretMountPath = `C:\ProgramData\Docker\internal\secrets`
containerInternalConfigsDirPath = `C:\ProgramData\Docker\internal\configs`
- // DefaultStopTimeout is the timeout (in seconds) for the shutdown call on a container
- DefaultStopTimeout = 30
+ // defaultStopTimeout is the timeout (in seconds) for the shutdown call on a container
+ defaultStopTimeout = 30
)
// UnmountIpcMount unmounts Ipc related mounts.