mirror of https://github.com/docker/docs.git
Add proper bash completion for "docker push"
This commit is contained in:
parent
a81393787f
commit
e37bb50628
|
@ -341,7 +341,7 @@ _docker_pull()
|
||||||
|
|
||||||
_docker_push()
|
_docker_push()
|
||||||
{
|
{
|
||||||
return
|
__docker_image_repos
|
||||||
}
|
}
|
||||||
|
|
||||||
_docker_restart()
|
_docker_restart()
|
||||||
|
|
Loading…
Reference in New Issue