Commit eb774e7
committed
Add bash completion for manifest lists and manifests
This completion is a simplification:
- There is no command to retrieve manifest lists.
They appear among the images after being pushed and pulled back.
The completion lists all images.
- The list returned by `docker images` also contains manifest lists.
As we cannot filter these out, we again complete all images.
Signed-off-by: Harald Albers <github@albersweb.de>1 parent 4e4f8b2 commit eb774e7
1 file changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3865 | 3865 | | |
3866 | 3866 | | |
3867 | 3867 | | |
| 3868 | + | |
| 3869 | + | |
| 3870 | + | |
| 3871 | + | |
3868 | 3872 | | |
3869 | 3873 | | |
3870 | 3874 | | |
| |||
3875 | 3879 | | |
3876 | 3880 | | |
3877 | 3881 | | |
| 3882 | + | |
3878 | 3883 | | |
3879 | 3884 | | |
3880 | 3885 | | |
| |||
3885 | 3890 | | |
3886 | 3891 | | |
3887 | 3892 | | |
| 3893 | + | |
| 3894 | + | |
| 3895 | + | |
| 3896 | + | |
3888 | 3897 | | |
3889 | 3898 | | |
3890 | 3899 | | |
| |||
3895 | 3904 | | |
3896 | 3905 | | |
3897 | 3906 | | |
| 3907 | + | |
| 3908 | + | |
| 3909 | + | |
| 3910 | + | |
3898 | 3911 | | |
3899 | 3912 | | |
3900 | 3913 | | |
| |||
0 commit comments