This commit is contained in:
Wingless-Archangel 2016-09-12 17:51:55 +00:00 committed by GitHub
commit 98c944bb7b

View file

@ -56,6 +56,8 @@ __commit() {
'(-c,--change=)'{-c,--change=}'[Apply Dockerfile instruction to the created image]' \ '(-c,--change=)'{-c,--change=}'[Apply Dockerfile instruction to the created image]' \
'(-m,--message=)'{-m,--message=}'[Commit message]' \ '(-m,--message=)'{-m,--message=}'[Commit message]' \
'(-p,--pause=)'{-p,--pause=}'[Pause container during commit]' \ '(-p,--pause=)'{-p,--pause=}'[Pause container during commit]' \
__docker_all_containers
__docker_images
} }
__cp() { __cp() {