Showing posts with label Docker rename a <none> image. Show all posts
Showing posts with label Docker rename a <none> image. Show all posts

Wednesday, May 12, 2021

Docker rename a "none" image

If name of a docker image is imported as <none>, you can rename it quite easily.

Run command in the host.

docker tag imageid imagename

Where imageid is id of the image which is showing <none> and image name is the new name of the image which you want to replace with <none>.

You can see the solution in the following video.