How to push multiple images to docker hub

Guys,

I wanted to know the best way to push multiple images to docker hub. Is there a docker command to do this?

for eg: I have 5 docker images:

tr/docker/docker1:1.0
tr/docker/docker2:2.0
tr/docker/docker3:3.0
tr/docker/docker4:4.0
tr/docker/docker5:5.0

My concern is my images are going to increase exponentially in future. when I have a lot of images in my local, what is the best command to push them all at one short?

Thanks a lot in advance !!