'What is the difference between docker tag and docker image tag commands?
What is the difference between the docker tag
and docker image tag
commands?
Solution 1:[1]
There is no difference between them; docker image tag
was just introduced as a more uniform command since it is an action to be taken on an image. Other similar cases exist, like for example, docker ps
and docker container ls
, docker rmi
and docker image rm
, etc.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 |