Bastian Röhrig
11/08/2021, 10:26 AMAnna Geller
prefect agent local install
, this will output an example supervisord.conf
config file. You can then copy all that and change:
[program:prefect-agent]
command=prefect agent local start
to your agent configuration:
[program:prefect-agent]
command=prefect agent docker start --label YOUR_LABEL
Bastian Röhrig
11/08/2021, 11:59 AMEmma Rizzi
12/10/2021, 10:30 AMAnna Geller
Emma Rizzi
12/10/2021, 10:37 AMAram Panasenco
12/21/2021, 12:23 AM