When a URL has an authority component (docker://<authority>/<image>), Deimos should pass it as the registry to Docker (appending the default port if necessary, for Docker's benefit). For URLs without an authority (docker:///<image>), it should be possible to specify a default, to be used in place of the public registry at index.docker.io.
When a URL has an authority component (
docker://<authority>/<image>
), Deimos should pass it as the registry to Docker (appending the default port if necessary, for Docker's benefit). For URLs without an authority (docker:///<image>
), it should be possible to specify a default, to be used in place of the public registry atindex.docker.io
.