According to Docker documentations, docker image rm
"Remove one or more images" [1]. docker rmi
has a same description [2], but then it goes on to say "Removes (and un-tags) one or more images from the host node."
Do docker image rm IMAGE
and docker rmi IMAGE
have an identical effect under any scenario? IMAGE
is ID of the particular image that is to be removed.