From d6f3dd8cdabc8df1e13de437b09382c015024b63 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Sat, 31 Dec 2016 13:00:30 +1300 Subject: [PATCH] style(endpoint-initialization): update requirement message for local endpoint init (#424) --- app/components/endpointInit/endpointInit.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/components/endpointInit/endpointInit.html b/app/components/endpointInit/endpointInit.html index dbaf4a69d..7d0f46eb5 100644 --- a/app/components/endpointInit/endpointInit.html +++ b/app/components/endpointInit/endpointInit.html @@ -31,9 +31,9 @@
-
- Note: ensure that the Docker socket is bind mounted in the Portainer container at /var/run/docker.sock -
+ + This feature is not available with Docker on Windows yet. +
On Linux / Mac, ensure that you have started Portainer container with the following Docker flag -v "/var/run/docker.sock:/var/run/docker.sock"