mirror of
https://github.com/docker/cli.git
synced 2026-09-24 07:25:07 -05:00
Merge pull request #3128 from codeaholics/1530-improve-error-message
Improve error message when refusing to remove image due to multiple repo tags Upstream-commit: 70c7220a990ba522a12baed8d8c7aa06af7f8547 Component: engine
This commit is contained in:
@@ -952,7 +952,7 @@ image is removed.
|
||||
test2 latest fd484f19954f 23 seconds ago 7 B (virtual 4.964 MB)
|
||||
|
||||
$ sudo docker rmi fd484f19954f
|
||||
Error: Conflict, fd484f19954f wasn't deleted
|
||||
Error: Conflict, cannot delete image fd484f19954f because it is tagged in multiple repositories
|
||||
2013/12/11 05:47:16 Error: failed to remove one or more images
|
||||
|
||||
$ sudo docker rmi test1
|
||||
|
||||
Reference in New Issue
Block a user