Rename docker image - techEplanet
techeplanet.com › rename-docker-imageApr 27, 2020 · In docker world instead of renaming it, we need to tag the existing image with a new tag. Once it is done, delete the image with old tag. That way we only have one image with the new name. First, list the docker images and identify the repository and tag of the image you want to rename. Now execute the below commands to rename a docker image.
Rename docker image - techEplanet
https://techeplanet.com/rename-docker-image27.04.2020 · In this docker tutorial, we will see how to rename an existing docker image. In docker world instead of renaming it, we need to tag the existing image with a new tag. Once it is done, delete the image with old tag. That way we only have one image with the new name. First, list ... Read more Rename docker image