Rename Docker image tag

This post helps to understand how one can rename a docker image tag.

You can do it easily using:

Find id using docker ps.

docker image tag <old_image_name> <new_image_name>

Kaldi