Exposing the docker image registry

The CLI links me to URLs like registry.fly.io/myappname but i get “404 page not found”

I also don’t know how to browse, monitor, or delete the images for my apps in the docker registry.

Why can’t we do this yet?

Hi… Generally, you would access that one through a Docker-specific CLI utility, using a token.

For point-and-click browsing, instead, the dashboard (fly.io/apps/<app-name>/registry) will display a (typically) useful subset without any real effort needed.

There are some tips and caveats in this thread from two months ago:

https://community.fly.io/t/should-every-app-have-entries-in-the-registry/26237

Hope this helps!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.