1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Clarified bash completion limitations

This commit is contained in:
Kawsar Saiyeed 2013-08-11 01:08:47 +01:00
parent d75282eb14
commit ae1909b482

View file

@ -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