Does Docker storage attempt to authenticate with t...
# ask-community
a
Does Docker storage attempt to authenticate with the docker registry? I'm getting a "no basic auth credentials" error from
flow.register()
n
Hi @Adam Roderick - Docker storage doesn't do any authentication, the Docker daemon will need to be authenticated (outside of Prefect) to interact with a private Docker registry.
a
Thanks!
😄 1