Instagram Widget

How to change docker tags

When we build our docker image, we give our desired name, but sometimes we caught up with requirements which demands docker image tag to be changed.


So, in order to change the tag of already build docker image, use following command:


docker tag <container_id> <image_name:tag>


Happy coding..

Post a Comment

0 Comments