Pulling the Container

Glad you got things situated!

If you use fly auth docker, you can then pull your image down with docker pull registry.fly.io/app-name:tag, which you can find with fly image show -a app-name

As an aside, you can remove health checks entirely in your fly.toml, and you can grab the fly.toml for an app with fly config display -a app-name .

1 Like