This commit is contained in:
Jacob Hands 2016-09-12 17:58:29 +00:00 committed by GitHub
commit 5f7903ec7f

View file

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