From 5d88abf962865edb6b1f0118f281b9445da566db Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 22 Nov 2016 16:01:14 +0100 Subject: [PATCH] add note that windows does not support managed plugins Signed-off-by: Sebastiaan van Stijn Upstream-commit: f885463b58f0608d9403a8b84d79320ffcce86a1 Component: engine --- components/engine/docs/extend/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/engine/docs/extend/index.md b/components/engine/docs/extend/index.md index 71a5f4a3c7..66a0f07f3b 100644 --- a/components/engine/docs/extend/index.md +++ b/components/engine/docs/extend/index.md @@ -27,6 +27,9 @@ volume drivers, but more plugin driver types will be available in future release For information about the legacy plugin system available in Docker Engine 1.12 and earlier, see [Understand legacy Docker Engine plugins](legacy_plugins.md). +> **Note**: Docker Engine managed plugins are currently not supported +on Windows daemons. + ## Installing and using a plugin Plugins are distributed as Docker images and can be hosted on Docker Hub or on