mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
bash completion for load
and save
image events
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
2753a5e916
commit
5334520bf0
1 changed files with 2 additions and 0 deletions
|
@ -1049,6 +1049,7 @@ _docker_events() {
|
||||||
export
|
export
|
||||||
import
|
import
|
||||||
kill
|
kill
|
||||||
|
load
|
||||||
mount
|
mount
|
||||||
oom
|
oom
|
||||||
pause
|
pause
|
||||||
|
@ -1058,6 +1059,7 @@ _docker_events() {
|
||||||
rename
|
rename
|
||||||
resize
|
resize
|
||||||
restart
|
restart
|
||||||
|
save
|
||||||
start
|
start
|
||||||
stop
|
stop
|
||||||
tag
|
tag
|
||||||
|
|
Loading…
Add table
Reference in a new issue