mirror of
https://github.com/docker/docs.git
synced 2026-04-03 01:38:58 +07:00
bash completion for docker ps --filter status=dead
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
@@ -1425,7 +1425,7 @@ _docker_ps() {
|
||||
return
|
||||
;;
|
||||
*status=*)
|
||||
COMPREPLY=( $( compgen -W "exited paused restarting running" -- "${cur#=}" ) )
|
||||
COMPREPLY=( $( compgen -W "created dead exited paused restarting running" -- "${cur#=}" ) )
|
||||
return
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user