Docker Plugin: Show images for push/pull/build

This commit is contained in:
Jacob Hands 2016-06-05 18:10:47 -05:00
commit 78df80fd02

View file

@ -48,6 +48,7 @@ __build() {
'--rm[Remove intermediate containers after a successful build]' \
'(-t,--tag=)'{-t,--tag=}'[Repository name (and optionally a tag) to be applied to the resulting image in case of success]' \
'*:files:_files'
__docker_images
}
__commit() {
@ -194,10 +195,11 @@ __ps() {
__pull() {
_arguments \
'(-t,--tag=)'{-t,--tag=}'[Download tagged image in repository]'
__docker_images
}
__push() {
# no arguments
__docker_images
}
__restart() {