mirror of https://github.com/docker/cli.git
Add missing bash completion for `docker attach`
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
40d3bb4985
commit
509b7f82b6
|
@ -4483,6 +4483,7 @@ _docker() {
|
|||
)
|
||||
|
||||
local legacy_commands=(
|
||||
attach
|
||||
commit
|
||||
cp
|
||||
create
|
||||
|
|
Loading…
Reference in New Issue