Different info on pages for 'image rm' and 'rmi'
There is currently a lot of information at the documentation page for docker rmi but not docker image rm. Info was just added to the docker rmi page in #1629 but this info does not show up on docker image rm.
Can we redirect docker rmi to docker image rm?
I wouldn't suggest actually redirecting the documentation page; that could be very confusing for a new user who doesn't know that the two commands mean the same thing. "I was told that docker rmi is how you delete images, and I'm trying to find the options it takes, but your stupid website keeps showing me the page for docker image rm instead!"
Instead, I'd suggest that the docker rmi page say "docker rmi is an alias for docker image rm; see the documentation for that command [here]".