When I run `prefect agent docker start` is there a...
# prefect-server
j
When I run
prefect agent docker start
is there a way I can specify the image it's pulling from?
I want to keep this declaration out of my
.py
files
k
That should not pull any image since the image for the Flow is specified on the RunConfiguration side
j
Ok, Thanks Kevin!