cli icon indicating copy to clipboard operation
cli copied to clipboard

Different info on pages for 'image rm' and 'rmi'

Open veeara282 opened this issue 6 years ago • 1 comments

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?

veeara282 avatar Mar 18 '19 15:03 veeara282

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]".

macdjord avatar Jul 07 '22 03:07 macdjord