How to change or update Docker image tags
To change the tag of an image in Docker, you can use the docker tag command followed by the image ID and the new tag name. Here are the steps to follow:
1. List the images on your system using the command docker images.
$ docker images
2. Identify the image