You can do this in two ways:
You can use this command
$ docker tag SOURCE_IMAGE[:TAG] TARGET_IMAGE[:TAG]
or
You can use this command:
$ docker image tag SOURCE_IMAGE[:TAG] TARGET_IMAGE[:TAG]
Hope this helped :)
So if you want to learn more about how docker images work and how you work with them and other important docker features try out docker training course.