This was changed in #160, but there are some problems with this new behaviour. `rm -f /some/file` still exits with 1 if you don't have permission to remove it. `docker image rm -f` should exit with 1 if the image was not removed.