Does Docker storage attempt to authenticate with the docker registry? I'm getting a "no basic auth credentials" error from
flow.register()
n
nicholas
05/27/2020, 7:30 PM
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.