Merge pull request #1710 from thomasf/master

Fix bash completion.
Upstream-commit: 690c3839fde3ea143dbaccacb1b618840e6a02f0
Component: engine
This commit is contained in:
Michael Crosby
2013-08-29 17:08:14 -07:00

View File

@ -21,7 +21,6 @@
# 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
have docker && {
__docker_containers_all()
{
local containers
@ -542,4 +541,3 @@ _docker()
}
complete -F _docker docker
}