Chris Arderne
11/10/2021, 11:29 AMDockerRun
or VertexRun
(I'm using prefect from master branch), is it possible to specify an image elsewhere than DockerHub (along with secrets to access it)?Anna Geller
docker login -u username -p password registry_url
So if you already have a Docker agent running, you would need to stop it, authenticate to your registry, and then start the agent again in the same session as you authenticated.