Merge pull request #1918 from tcoupin/patch-1

completion with container names on restart
This commit is contained in:
Sebastiaan van Stijn 2020-04-28 15:57:16 +02:00 коммит произвёл GitHub
Родитель 5f35b309e7 17e0438289
Коммит 92dc906059
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -835,7 +835,7 @@ __docker_container_subcommand() {
_arguments $(__docker_arguments) \
$opts_help \
"($help -t --time)"{-t=,--time=}"[Number of seconds to try to stop for before killing the container]:seconds to before killing:(1 5 10 30 60)" \
"($help -)*:containers:__docker_complete_containers_ids" && ret=0
"($help -)*:containers:__docker_complete_containers" && ret=0
;;
(rm)
local state