https://prefect.io logo
k

kensuke matsuura

03/12/2022, 10:41 AM
Excuse my first question. I want to access a container that is already started in my local environment and run a job. (I don’t want to use DockerRun to create a container for each job, I want to leave the container running.) I would like to know if there is any way to achieve this with PREFECT.
k

Kevin Kho

03/12/2022, 4:07 PM
How would you do this without Prefect?
Actually, why don’t you just make a Local Agent in the container, and then it can pick up the job from prefect and run it as a local job
👍 1
👀 1
6 Views