About this question
I have a docker image whose name is “web-app:v1” for my particular web-based application. I want to change the name of my particular docker to “web-app:V2” due to some updates. How can I use the docker command to achieve this image renaming process?