mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 12:41:42 +00:00
Add docker ps --filter=… image completion
I missed that on #15919, thanks @albers Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
@@ -975,6 +975,11 @@ _docker_ps() {
|
||||
esac
|
||||
|
||||
case "${words[$cword-2]}$prev=" in
|
||||
*ancestor=*)
|
||||
cur="${cur#=}"
|
||||
__docker_images
|
||||
return
|
||||
;;
|
||||
*id=*)
|
||||
cur="${cur#=}"
|
||||
__docker_container_ids
|
||||
|
||||
Reference in New Issue
Block a user