Please add [registry] arg to docker images

I can push/pull images from a remote registry (i.e. GitLab), but I can’t get a list of available images?

I think this would be extremely useful:

$ docker login registry.example.com:4567
$ docker images -r registry.example.com:4567 [OPTIONS] [REPOSITORY[:TAG]]