From e8b27e7dc7f8a840a41f1a028dd4ee266fe19369 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 (cherry picked from commit f885463b58f0608d9403a8b84d79320ffcce86a1) Signed-off-by: Victor Vieux --- docs/extend/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/extend/index.md b/docs/extend/index.md index 71a5f4a3c7..66a0f07f3b 100644 --- a/docs/extend/index.md +++ b/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