From ae1909b4823e500798f224a3ea70f7faf644a2bc Mon Sep 17 00:00:00 2001 From: Kawsar Saiyeed Date: Sun, 11 Aug 2013 01:08:47 +0100 Subject: [PATCH] Clarified bash completion limitations --- contrib/docker.bash | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/docker.bash b/contrib/docker.bash index a94ae2360f..1edabe1fe1 100644 --- a/contrib/docker.bash +++ b/contrib/docker.bash @@ -16,6 +16,8 @@ # . docker.bash # # Note: +# Currently, the completions will not work if the docker daemon is not +# bound to the default communication port/socket # If the docker daemon is using a unix socket for communication your user # must have access to the socket for the completions to function correctly