(Optional) Modify the name of an image
a. Run the following command to query the ID of the image:
sudo docker images
b. Run the following command to modify the name of the image:
sudo docker tag <ID of the image> registryDomain /<Name of the namespace>/<Name of the repository>:<Image version number>