1
0
Fork 0
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:
Tianon Gravi 2013-09-20 21:22:51 -06:00
parent a81393787f
commit e37bb50628

View file

@ -341,7 +341,7 @@ _docker_pull()
_docker_push()
{
return
__docker_image_repos
}
_docker_restart()