mirror of https://github.com/docker/cli.git
Merge pull request #1159 from albers/completion-events-exec_die
Add bash completion for `exec_die` event
This commit is contained in:
commit
fe7ec42566
|
@ -4618,6 +4618,7 @@ _docker_system_events() {
|
||||||
enable
|
enable
|
||||||
exec_create
|
exec_create
|
||||||
exec_detach
|
exec_detach
|
||||||
|
exec_die
|
||||||
exec_start
|
exec_start
|
||||||
export
|
export
|
||||||
health_status
|
health_status
|
||||||
|
|
Loading…
Reference in New Issue