I noticed a new URI format for docker run. It is used in the "Try on Desktop" button here:
https://registry.hub.docker.com/_/redis/
The link there has the following format:
<a href="docker://repository/run/redis">...</a>
Does anyone know the format for this URI< and where there is documentation for it?