mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add proper bash completion for "docker push"
This commit is contained in:
parent
a81393787f
commit
e37bb50628
1 changed files with 1 additions and 1 deletions
|
@ -341,7 +341,7 @@ _docker_pull()
|
|||
|
||||
_docker_push()
|
||||
{
|
||||
return
|
||||
__docker_image_repos
|
||||
}
|
||||
|
||||
_docker_restart()
|
||||
|
|
Loading…
Add table
Reference in a new issue