summaryrefslogtreecommitdiff
path: root/daemon/container_windows.go
diff options
context:
space:
mode:
authorSebastiaan van Stijn <thaJeztah@users.noreply.github.com>2015-08-26 21:57:12 +0200
committerSebastiaan van Stijn <thaJeztah@users.noreply.github.com>2015-08-26 21:57:12 +0200
commitfa13f7cde81d1d92c17740efb05823e7f9cc5468 (patch)
treefb23a9204878870324af5d152f285fdf117e4f29 /daemon/container_windows.go
parent5dadfa8b697f83619f4782eb2421c161a779b859 (diff)
parentb3b7eb2723461b1eb4be692f4bced0ae8ea9cb58 (diff)
downloaddocker-fa13f7cde81d1d92c17740efb05823e7f9cc5468.tar.gz
Merge pull request #14242 from cpuguy83/add_volume_api
Add volume api
Diffstat (limited to 'daemon/container_windows.go')
-rw-r--r--daemon/container_windows.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/container_windows.go b/daemon/container_windows.go
index cea0268565..d20615a6af 100644
--- a/daemon/container_windows.go
+++ b/daemon/container_windows.go
@@ -169,6 +169,6 @@ func (container *Container) prepareMountPoints() error {
}
// removeMountPoints is a no-op on Windows.
-func (container *Container) removeMountPoints() error {
+func (container *Container) removeMountPoints(_ bool) error {
return nil
}