Skip to main content

(Optional) Modify the name of an image

  1. Run the following command to query the ID of the image:
sudo docker images
  1. 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>