Brad
03/23/2020, 9:32 PMinstall with the DockerAgent ? Or, what is the easiest way to run the agent in the background ?Chris White
start command with nohup
- running the start command with & to background it
- using screen to run the process in a background screen session
- tweaking the supervisord file from prefect agent install to fit the Docker agentBrad
03/23/2020, 9:42 PMChris White
Chris White
Marvin
03/23/2020, 9:49 PM