mirror of https://github.com/docker/docs.git
commit
690c3839fd
|
@ -21,7 +21,6 @@
|
||||||
# If the docker daemon is using a unix socket for communication your user
|
# 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
|
# must have access to the socket for the completions to function correctly
|
||||||
|
|
||||||
have docker && {
|
|
||||||
__docker_containers_all()
|
__docker_containers_all()
|
||||||
{
|
{
|
||||||
local containers
|
local containers
|
||||||
|
@ -542,4 +541,3 @@ _docker()
|
||||||
}
|
}
|
||||||
|
|
||||||
complete -F _docker docker
|
complete -F _docker docker
|
||||||
}
|
|
Loading…
Reference in New Issue